commit | bf50beb9f6b4c4d4c9f8fc7fc81d716a9ee79218 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Mon Jan 07 15:45:54 2013 -0600 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 08 10:41:08 2013 -0500 |
tree | 6d6cdb471cc185e88027e901f0f2c6411173924d | |
parent | f45011df2bea466209a4b2701f2770b24518bbac [diff] |
e2fsck: show size requested when memory allocation fails "e2fsck: Can't allocate dx_block info array" is only so helpful - it'd be nice to know how much it tried to allocate. In particular, since I think malloc(0) can return NULL, it'd be nice to know if maybe we passed in an uninitialized (or 0-initialized) size. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>