Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-01 | Fix use of uninitialized xattr structure | David Oberhollenzer | |
The refactor of the xattr table grow code merged all allocation code paths into realloc(), including the initial allocation. This means that the xattr structure is used uninitialized. This commit makes sure the reallocated structure is alwayes cleared. Bug found using scan-build. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-06-23 | Split up fstree_add_xattr | David Oberhollenzer | |
This IMO makes it somewhat easier to read and understand what's going on. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-06-19 | Cleanup: split up fstree.c | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |