remember to check id
authorOlivier Matz <zer0@droids-corp.org>
Thu, 15 Nov 2018 17:17:38 +0000 (18:17 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 15 Nov 2018 17:17:38 +0000 (18:17 +0100)
libecoli/ecoli_node.c

index c02a8de..9789102 100644 (file)
@@ -82,6 +82,7 @@ struct ec_node *ec_node_from_type(const struct ec_node_type *type, const char *i
        node->type = type;
        node->refcnt = 1;
 
+       // XXX check that id matches [_a-zA-Z][:-_0-9a-zA-Z]*
        node->id = ec_strdup(id);
        if (node->id == NULL)
                goto fail;