commit | 4d3c4e5b8cae3bb45ba933a22670504239958aa1 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun May 31 13:35:32 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 31 13:35:32 2015 -0400 |
tree | 810780fe18d77d514578323183221ebbc1ced2c3 | |
parent | 82d0d3e7e69ab509b5c91b61f12bd3593a7c6dcb [diff] |
ext4 crypto: allocate the right amount of memory for the on-disk symlink Previously we were taking the required padding when allocating space for the on-disk symlink. This caused a buffer overrun which could trigger a krenel crash when running fsstress. Signed-off-by: Theodore Ts'o <tytso@mit.edu>