]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: avoid dereferencing beyond allocated memory in xattr code
authorTheodore Ts'o <tytso@mit.edu>
Fri, 11 Nov 2016 23:38:20 +0000 (18:38 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 11 Nov 2016 23:38:20 +0000 (18:38 -0500)
commit689b7be2da01ecbc3008c466cb82455fa6189c41
tree8626cec368cdc3cdaab19a2e2925a3a3c26f0ddf
parent750000cf55bc372cd102e4a8d24f90294c38e676
libext2fs: avoid dereferencing beyond allocated memory in xattr code

Detected by ASAN.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/ext_attr.c