Whamcloud - gitweb
libe2p: Fix potential core-dumping bug in iterate_on_dir()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 1 Sep 2008 13:38:32 +0000 (09:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 1 Sep 2008 13:38:32 +0000 (09:38 -0400)
commit7fd2651f67a43fad3cc1cc2db7c0e5f9c568023c
tree781483c927690b61866d6b6f4ade6a8b8c7f5e47
parentf6d179f5d304ed2ece6abf6addfb6a2cf402f192
libe2p: Fix potential core-dumping bug in iterate_on_dir()

iterate_on_dir() can try to copy too much data from the directory
entry, resulting in a crash.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/e2p/iod.c