mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-21 22:50:08 +03:00
parent
70cc45b81f
commit
da703eaaea
@ -22744,7 +22744,7 @@ xmlSchemaXPathProcessHistory(xmlSchemaValidCtxtPtr vctxt,
|
||||
} else if (pos >= matcher->sizeKeySeqs) {
|
||||
int i = matcher->sizeKeySeqs;
|
||||
|
||||
matcher->sizeKeySeqs *= 2;
|
||||
matcher->sizeKeySeqs = pos * 2;
|
||||
matcher->keySeqs = (xmlSchemaPSVIIDCKeyPtr **)
|
||||
xmlRealloc(matcher->keySeqs,
|
||||
matcher->sizeKeySeqs *
|
||||
|
Loading…
x
Reference in New Issue
Block a user