commit | ac7dd696d60a2cb6d27c2c4855fefc7b26a26d72 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Jul 07 18:32:26 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 08 08:50:41 2007 -0400 |
tree | 7435d00663541c8e46b1459230cfd5b81645072f | |
parent | 73d4f8ccaad195648138c46d8809dba2dfe70915 [diff] |
Fix bug which could cause libblkid to loop forever When revalidating a partition where there is obsolete information in /etc/blkid.tab, we end up freeing a the type tag without clearing dev->bid_type, causing blkid_verify() to loop forever. Addresses-Debian-Bug: #432052 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>