summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-01 09:17:54 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-01 09:17:54 +0200
commit009aeeea2aecbc35399eb74f7f9178e35fdbd754 (patch)
treee5c1369478d507bdea203439576d03b766bdcafa /include
parent6a810548bb9ea0f950ad8cf0a2c008e1cd8fcf23 (diff)
Fix alloca'd memory being freed in fstree_from_dir
Most code path that use 'extra' allocate it using calloc/malloc/strdup and then converge into a common path that uses free() on extra. This commit removes a stray one that uses alloca for symlink targets, so we don't free() a stack buffer further down in the common path. Bug found using scan-build. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions