]> 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)
commitf1f88d4473af8a7a3500c55053bd56c6ecfc873f
treec3e13cb61b56c0707b3d5f6e99e8c7c91b9c02a6
parent6b16f80960a6981e4b286a70bbaea008c334e8f0
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