Description of problem: Eric Sesterhenn reported: Fix a stack corruption caused by a corrupted hfs filesystem. If the catalog name length is corrupted the memcpy overwrites the catalog btree structure. Since the field is limited to HFS_NAMELEN bytes in the structure and the file format, we throw an error if it is too long.
Proposed upstream patch: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d38b7aa7fc3371b52d036748028db50b585ade2e
Created attachment 322282 [details] Upstream patch for this issue
*** This bug has been marked as a duplicate of bug 470769 ***