index
:
fortify-headers
add_old_gcc
annotations
experimental
master
strn
Standalone portable header-based implementation of FORTIFY_SOURCE=3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
stdlib.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
2023-12-15
Rename some macros to be more namespace-friendly
q66
2023-12-15
Fix missing } for extern "C" when using clang
q66
2023-12-15
Move wctomb to stdlib.h and disable it for now
q66
2023-12-15
Remove superfluous includes
jvoisin
2023-12-07
Add qsort
jvoisin
2023-12-07
Add a global test to ensure that all headers are compiling
jvoisin
2023-09-22
Add more __diagnose_as_builtin annotations
jvoisin
2023-09-21
Properly enable diagnose_as_builtin attribute
jvoisin
2023-09-11
Add a warning if realpath is called with path set to NULL
jvoisin
2023-09-11
Add the warn_unused_result attribute to alloc-related functions
jvoisin
2023-08-20
Make use of __diagnose_as_builtin
jvoisin
2023-08-20
Fix clang build
jvoisin
2023-07-18
Make use of the alloc_size attribute
jvoisin
2023-07-09
Add some malloc annotations
jvoisin
2023-06-25
add initial clang support
Daniel Kolesa
2023-06-25
avoid __extension__ with clang
Daniel Kolesa
2023-04-13
Make use of __builtin_dynamic_object_size
jvoisin
2019-03-07
realpath: guard slow/trap path with PATH_MAX
info@mobile-stream.com
2018-07-24
Don't use __extension__ in C++ code
A. Wilcox
2016-09-10
Bump copyright year
sin
2016-07-14
Only include limits.h when actually used
Natanael Copa
2015-07-16
Only crash on overflow for realpath()
sin
2015-06-25
Add __extension__ mark to include_next to silence -pedantic
Steven Barth
2015-06-03
Use namespace-safe macro, param and variable names
Trutz Behn
2015-05-13
Add LICENSE header
sin
2015-05-13
Add fortify_fn() helper in fortify-headers.h
sin
2015-05-07
Minor style fix
sin
2015-05-07
fix realpath when stdlib.h is included before limits.h
Natanael Copa
2015-03-14
Use __typeof__ to in part avoid replicating function types
Trutz Behn
2015-03-14
Add __artificial__ to aid in debugging
sin
2015-03-13
Restore C++ support
sin
2015-03-13
Rework fortify implementation to use extern inline
sin
2015-03-11
Put include guards in the reserved namespace
Trutz Behn
2015-03-11
Ignore C++ for now
sin
2015-03-11
Add ifdef guards for C++ code
sin
2015-02-28
Style fix
sin
2015-02-28
__fortify_realpath() should trap if PATH_MAX is not defined
sin
2015-02-24
Add realpath() check
sin