Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Don't rely on unspecified behavior
author
Thomas Schwinge
<tschwinge@gnu.org>
Sat, 28 Jul 2007 18:26:35 +0000
(20:26 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 29 Jul 2007 01:50:36 +0000
(18:50 -0700)
Calling access(p, m) with p == NULL is not specified, so don't do that. On
GNU/Hurd systems doing so will result in a SIGSEGV.
Signed-off-by: Thomas Schwinge <tschwinge@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
8b4aee0
)
No differences found