OSDN Git Service

fix memory corruption on no-mmu from doing multiple execls where earlier execls fail...
authorMike Frysinger <vapier@gentoo.org>
Tue, 8 Jan 2008 06:44:19 +0000 (06:44 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 8 Jan 2008 06:44:19 +0000 (06:44 -0000)
commit2df8aa78d59ab5709e91235b7779456b86830327
tree6b4083cff2408ad17d6d706d6b854210d32418ab
parent94fa1bb40fb531a71f7f751afcf96c4ad2f99591
fix memory corruption on no-mmu from doing multiple execls where earlier execls fail by simply not releasing the memory reserved for the arguments of children processes
libc/unistd/exec.c