commit | dcc7dae3cb21184a317f10a12250bd8d6f458077 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Tue Jul 27 11:56:07 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jul 27 11:56:07 2010 -0400 |
tree | 1f40c22059a9ccbb0ef3ea6fde0e015290db2765 | |
parent | 0c095c7f113e9fd05913d6e1b2cccbe356be039e [diff] |
ext4: Fix potential memory leak in ext4_fill_super Under heavy memory pressure we may hit out of memory situation and as result kstrdup'ed options will not be freed. Fix it. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>