Author :
Nick Wellnhofer
Date :
2025-07-22 22:31:02
Hash :e3daef5c Message :parser: Fix xmlSaturatedAddSizeT argument type
This is only used for entity size accounting. The bug only affected
platforms where sizeof(long) != sizeof(size_t) and was probably
harmless.