]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
include/inline_memory: out-of-bounds read on unaligned memory 5926/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 14 Sep 2015 15:23:31 +0000 (11:23 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 14 Sep 2015 15:27:45 +0000 (11:27 -0400)
commitadb8478b619138cbfbcc580c9955975328d2e755
tree5fdb094cdbbd894782f65c2544936323a7eed4e7
parent27d1e4d41e0a345dce96ecab620fefb1c900acca
include/inline_memory: out-of-bounds read on unaligned memory

When checking if a >=16 byte unaligned buffer is zeroed, the 32bit
check will read outside the buffer memory range.

Fixes: #13082
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/inline_memory.h