Little fix to avoid overflow
[oweals/busybox.git] / libbb / make_directory.c
2001-08-24 Matt KraaiCanonicalize dirname(3) behavior.
2001-08-24 Matt KraaiFix a memory leak if parent directory creation failed.
2001-08-02 Eric Andersenmake_directory used mode as if it were an signed entity...
2001-06-22 Eric Andersenstdlib.h defined free(), which this needs
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).