]> git.ipfire.org Git - thirdparty/gettext.git/commit
python: Fix invalid memory access when concatenating strings with +
authorDaiki Ueno <ueno@gnu.org>
Wed, 24 Sep 2014 09:04:17 +0000 (18:04 +0900)
committerDaiki Ueno <ueno@gnu.org>
Wed, 24 Sep 2014 09:05:39 +0000 (18:05 +0900)
commit56791441914c42f4166257f33694942631b1dc7e
treea8886039fb96b85fdee3018cb0d3e2d9c935d598
parentd431dbefb82f3e2622c1a1d5344bf1cab51f3958
python: Fix invalid memory access when concatenating strings with +

* gettext-tools/src/x-python.c (x_python_lex): Move 'token3' variable
declaration out of the internal block.
gettext-tools/src/ChangeLog
gettext-tools/src/x-python.c