diff options
Diffstat (limited to 'gettext-tools/src/ChangeLog')
-rw-r--r-- | gettext-tools/src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 5b03bac..ad56f27 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,5 +1,12 @@ 2015-06-25 Daiki Ueno <ueno@gnu.org> + * x-c.c (literalstring_parse): Bail out if C == NUL. Also adjust + the loop invariant in Unicode literal handling. + Reported by Hanno Boeck in: + <http://savannah.gnu.org/bugs/?45391>. + +2015-06-25 Daiki Ueno <ueno@gnu.org> + * x-c.c (literalstring_parse): Add more NUL checks. Change the loop invariant so that C always points to the character previously pointed by P. |