mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
parent
93f0179d9d
commit
9eacc03879
@ -23011,7 +23011,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