summaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2010-03-11 00:23:57 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2010-03-13 00:52:44 +0100
commit51ea3f6a4571e9283e2ff79b74bcedfc2986dbe2 (patch)
tree1c898ddc9d39a62deccc54686011a45e1ad8e4a6 /lib/dynamic_debug.c
parentzlib: make new optimized inflate endian independent (diff)
downloadlinux-51ea3f6a4571e9283e2ff79b74bcedfc2986dbe2.tar.xz
linux-51ea3f6a4571e9283e2ff79b74bcedfc2986dbe2.zip
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>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions