[BusyBox-cvs] cvs commit to busybox/archival/libunarchive by andersen
andersen at codepoet.org
andersen at codepoet.org
Mon Sep 30 20:14:58 UTC 2002
Repository: busybox/archival/libunarchive
who: andersen
time: Mon Sep 30 14:14:58 MDT 2002
Log Message:
Patch from Konstantin Isakov <ikm at pisem.net>:
In most cases, dirname returns the same argument it was given, so this code
works nice, but there's one special case: when the name contains no
dirname, it returns "." (stored statically in the body of itself), and we
get a segfault in attempt to free() it.
This patch fixes this problem.
Files:
changed: data_extract_all.c
More information about the busybox-cvs
mailing list