Solutionunvalidated
Fix 1: In parser.c xmlParseCharData, change `int nbchar` to `ptrdiff_t nbchar`. Tension: to prevent truncation of large pointer differences.
20db71e5-adf7-420a-b8e3-156f16f34cf6
Fix 1: In parser.c xmlParseCharData, change int nbchar to ptrdiff_t nbchar. Tension: to prevent truncation of large pointer differences.