Skip to content

plugins/xml-pack: Handle NULL process instruction data

Corentin Noël requested to merge tintou/xml-pack-crash into main

libxml2 can return a NULL data which will make strstr crash, avoid this trivial case by returning early.

Merge request reports