]> 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)
committerMarco van Wieringen <mvw@planets.elm.net>
Fri, 1 Jun 2012 09:21:32 +0000 (11:21 +0200)
commit42e8dd091d43b70677f447d0cd886cf9a72654d5
treefc27836c04601b1ff419e7bfe1d032d3e43c400d
parent577f4222558828edcc7c39a20ed1cea36f7ff609
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