Skip to content
Commit eec11535 authored by Dan Carpenter's avatar Dan Carpenter Committed by Al Viro
Browse files

hfs: fix hfs_readdir()



I was looking through static analysis warnings and there is a bug here
that goes all the way back to the start of git.  Basically we're copying
the pointer and nearby garbage instead of the data the fd.key pointer is
pointing to.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: default avatarVyacheslav Dubeyko <slava@dubeyko.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b8826e50
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment