Change #276496
| Category | ggettext |
| Changed by | Bruno Haible <bruno@clisp.org> |
| Changed at | Thu 30 Jul 2026 00:58:22 |
| Repository | git://git.savannah.gnu.org/gettext.git |
| Project | ggettext |
| Branch | master |
| Revision | 62760d707d66f75601f78afba0f67872b8d59155 |
Comments
libxml: Fix an ISO C undefined behaviour. ISO C 23 ยง 6.5.7.(10) has requirements for pointer subtraction. Found by use of Fil-C. * gnulib-local/lib/libxml/parser.c (xmlParseStartTag2): Avoid invalid pointer subtraction.
Changed files
- gnulib-local/lib/libxml/parser.c