android_kernel_samsung_msm8226/lib/zlib_inflate
Joakim Tjernlund 51ea3f6a45 inflate_fast: sout is already a short so ptr arith was off by one.
inflate_fast() can do either POST INC or PRE INC on its pointers walking
the memory to decompress.  Default is PRE INC.

The sout pointer offset was miscalculated in one case as the calculation
assumed sout was a char * This breaks inflate_fast() iff configured to do
POST INC.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-03-12 15:52:44 -08:00
..
Makefile
inffast.c inflate_fast: sout is already a short so ptr arith was off by one. 2010-03-12 15:52:44 -08:00
inffast.h
inffixed.h
inflate.c
inflate.h
inflate_syms.c
inftrees.c
inftrees.h
infutil.c
infutil.h