1 Description: Fix buffer overflow causing an invalid pointer free().
2 Author: Guillem Jover <guillem@debian.org>
4 Bug-Debian: https://bugs.debian.org/774015
6 Last-Update: 2015-02-26
10 1 file changed, 3 insertions(+), 3 deletions(-)
14 @@ -255,7 +255,7 @@ void read_pt_len(int nn, int nbit, int i
23 @@ -314,10 +314,10 @@ void read_c_len()
33 c_len[i++]=(unsigned char)(c-2);