summaryrefslogtreecommitdiff
path: root/posix/execvpe.c
AgeCommit message (Expand)Author
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-07Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella
2016-11-22Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella
2016-03-07posix: execvpe cleanupAdhemerval Zanella
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2009-06-02Implement execvpe.Ulrich Drepper