]> git.sur5r.net Git - bacula/bacula/commit
Fix bug #1874 crash with xattr support on a BTRFS filesystem
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 1 Jun 2012 09:21:32 +0000 (11:21 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:40 +0000 (14:50 +0200)
commit3e8f918a4e25cfbecbf02bdd409401e9c2cbfcf4
tree328b41797b6ad3ddc8495a3df3cd745baba70d6d
parent05703f216bb88add5e69f62d18c3582c66840a3b
Fix bug #1874 crash with xattr support on a BTRFS filesystem

Add some extra safeguards that structure are always initialized
the way we think they should be and a special code path doesn't
give freeing failures on non allocated memory.
bacula/src/filed/xattr.c