Commit 37d474ff7eca2f3b852aa4750e042e0f2d43db15

Nick Wellnhofer 2024-01-17T14:19:42

xpath: Fix return of empty node-set in xmlXPathNodeCollectAndTest Don't return NULL node-sets. Ultimately, we should make sure that obj->nodesetval is always non-NULL even for empty node-sets. See #663.