scuffed-code/icu4c/source/tools/gencnval
Tobias Stoeckmann c04f9f1c01 ICU-20363 Out of boundary write on empty file.
If gencnval encounters an empty input file the function resolveAlias
triggers an out of boundary write due to uniqueAliasArr pointing to
a 0 byte reserved memory address.

This patch protects the code in question with a check for
knownAliasesCount being not 0.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
2019-02-13 10:22:56 -08:00
..
gencnval.1.in ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00
gencnval.c ICU-20363 Out of boundary write on empty file. 2019-02-13 10:22:56 -08:00
gencnval.vcxproj ICU-13180 Support skiping building the UWP projects with a command line MSBuild option. 2018-11-06 16:02:03 -08:00
gencnval.vcxproj.filters ICU-11609 add svn:eol-style property to vcxproj files. 2015-04-17 21:25:48 +00:00
Makefile.in ICU-12564 Update copyright notice in trunk 2016-06-15 18:58:17 +00:00