commit | bb47c2a4aff6ec6b9be7f30cd04cf7c858a84de4 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jul 13 19:10:10 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 13 19:10:10 2008 -0400 |
tree | a1f65b615a9ab39d4e26e5617c995fd5b0781c90 | |
parent | 4729455f0a68f2fa0a83ec8460d1d4bccba9dcfa [diff] |
libblkid: Make sure we never reference a null dev->bid_type There were a few places where we don't check to make sure dev->bid_type is non-NULL before dereferencing the pointer, mostly in debug code. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>