fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit 316a48653315b4bc36d8c50b542471b18441c9d5
parent c2bb9e106a32619726cfc5052a1509e96b90de9f
Author: sin <sin@2f30.org>
Date:   Thu,  7 May 2015 18:04:01 +0100

Minor style fix

Diffstat:
Minclude/stdlib.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/stdlib.h b/include/stdlib.h @@ -23,7 +23,7 @@ char *realpath(const char *path, char *resolved) if (resolved) { #ifndef PATH_MAX -# error PATH_MAX unset. A fortified realpath will not work. +#error PATH_MAX unset. A fortified realpath will not work. #else bos = __builtin_object_size(resolved, 0); if (PATH_MAX > bos)