Work around a bug in ucol_getSortKey
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 9 Jun 2011 13:25:17 +0000 (15:25 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 9 Jun 2011 13:25:17 +0000 (15:25 +0200)
commit4493d0acd68f0d3f1b0f1b6c79e3934bfa3207ed
treefc6f8af4571b315d0fac5f6d708470254c62d0fb
parent9a23e52dbba0f2f6d7ab85361e3c53ac9f222446
Work around a bug in ucol_getSortKey

The problem seen is that ucol_getSortkey writes one byte at the
capacity position. This in turn, results in malloc heap corruption.
src/icu_sortkey.c