Commit Graph

2 Commits

Author SHA1 Message Date
Jozef Mlich
48f39f63a0 out of bounds read access in is_utf8_well_formed()
Resolves: #1201310
CVE-2014-9488

This is an update of previous patch.

The function is_utf8_well_formed was defined in charset.c with single parameter. I was surprised, that it is even compiling.

This new patch is updating own implementation of function is_utf8_well_formed and fixing also its other use. The code is taken from Mark Nudelman's unreleased version of less.
2015-06-01 09:13:01 +02:00
Jozef Mlich
a879a7d3f4 out of bounds read access in is_utf8_well_formed()
Resolves: #1201310
CVE-2014-9488
2015-06-01 08:08:35 +02:00