]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Do not allow unmapping address 0
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 16 Apr 2014 21:16:15 +0000 (23:16 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 16 Apr 2014 21:16:15 +0000 (23:16 +0200)
commitfd15a59b20220a2d89d628ecebfcaad1ddefe871
tree4b5f1de23e83a02f4c5c5b39701cad55267e43e8
parentf19dfa0afd3879cb09e9c6efd7df58e1ee02c029
hurd: Do not allow unmapping address 0

* sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
ChangeLog
sysdeps/mach/munmap.c