summaryrefslogtreecommitdiff
path: root/src/tokeniser/tokeniser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tokeniser/tokeniser.c')
-rw-r--r--src/tokeniser/tokeniser.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tokeniser/tokeniser.c b/src/tokeniser/tokeniser.c
index 8815e60..df8946b 100644
--- a/src/tokeniser/tokeniser.c
+++ b/src/tokeniser/tokeniser.c
@@ -1122,6 +1122,7 @@ bool hubbub_tokeniser_handle_before_attribute_name(
ctag->attributes = attr;
+ attr[ctag->n_attributes].ns = HUBBUB_NS_NULL;
attr[ctag->n_attributes].name.type = HUBBUB_STRING_OFF;
attr[ctag->n_attributes].name.data.off = pos;
attr[ctag->n_attributes].name.len = len;
@@ -1165,6 +1166,7 @@ bool hubbub_tokeniser_handle_before_attribute_name(
ctag->attributes = attr;
+ attr[ctag->n_attributes].ns = HUBBUB_NS_NULL;
attr[ctag->n_attributes].name.type = HUBBUB_STRING_OFF;
attr[ctag->n_attributes].name.data.off = pos;
attr[ctag->n_attributes].name.len = len;
@@ -1293,6 +1295,7 @@ bool hubbub_tokeniser_handle_after_attribute_name(
ctag->attributes = attr;
+ attr[ctag->n_attributes].ns = HUBBUB_NS_NULL;
attr[ctag->n_attributes].name.type = HUBBUB_STRING_OFF;
attr[ctag->n_attributes].name.data.off = pos;
attr[ctag->n_attributes].name.len = len;
@@ -1339,6 +1342,7 @@ bool hubbub_tokeniser_handle_after_attribute_name(
ctag->attributes = attr;
+ attr[ctag->n_attributes].ns = HUBBUB_NS_NULL;
attr[ctag->n_attributes].name.type = HUBBUB_STRING_OFF;
attr[ctag->n_attributes].name.data.off = pos;
attr[ctag->n_attributes].name.len = len;