commit | 5c2a665afad4c83e34bc05953ffbe3d70dd5d72c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Nov 11 18:39:26 2016 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Nov 11 18:39:26 2016 -0500 |
tree | 2b4bd142d0b9a18805c93ba28465c4e393218c37 | |
parent | 689b7be2da01ecbc3008c466cb82455fa6189c41 [diff] |
Avoid dereferencing beyond allocated memory in quota handling The quota support code must must not try to handle the project quota if the the project feature is not enabled. Problem detected by ASAN. Signed-off-by: Theodore Ts'o <tytso@mit.edu>