index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
ssp
Age
Commit message (
Expand
)
Author
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2015-12-03
It is wrong to -I/usr/include/ssp
christos
2015-05-13
void * is bad for computation, so cast to const char * first.
joerg
2015-05-09
add overlapping pointer checks
christos
2014-09-17
Provide explicit prototypes in case HAVE_SSP=no.
joerg
2014-04-06
add __stpncpy_chk
christos
2014-04-06
fix incorrect bounds check
christos
2014-04-06
fix the limit check.
christos
2014-04-06
fix off by one in stpcpy_chk.
christos
2013-11-07
we don't support stpncpy until gcc does
christos
2013-11-06
handle old gcc
christos
2013-11-06
add stp{,n}cpy
christos
2013-11-06
fix doc for strcpy, strcat
christos
2013-11-06
simplify
christos
2013-10-04
avoid linker warning for compat symbols that are used internally in libc,
christos
2012-07-19
Minus (one) needs a backslash before the minus.
wiz
2012-07-18
Explain what's going on with fortify being disabled when the optimizer is off:
christos
2011-03-21
Fix xref; security(8) -> security(7).
jruoho
2010-12-28
off by one
christos
2010-12-19
Xref __builtin_return_address(3).
jruoho
2010-12-19
Small modifications to wording, tidy up SEE ALSO.
jruoho
2010-12-19
Fix SYNOPSIS, add CAVEATS.
jruoho
2010-12-16
Reference __builtin_object_size(3) and attribute(3) with each other.
jruoho
2010-04-22
gcc -> GCC, offset indent.
jruoho
2010-01-17
Free malloc()ed buffer in error case. Found by cppcheck.
wiz
2009-11-17
make the "src" strings const as in the unchecked equivalents
drochner
2009-02-05
sign-compare fix
lukem
2008-06-06
fix a typo
yamt
2008-05-25
Remove trailing whitespace. Fix typo. Sort SEE ALSO.
wiz
2008-05-25
Prepare for HTML output. Remove dot at end of SEE ALSO.
wiz
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-08-20
Never use "utilize". It means exactly the same thing as "use", but it
perry
2007-08-04
Update includes so that this builds for USE_FORT=no too.
kristerw
2007-06-03
#undef the fortified functions we use, otherwise we end up calling ourselves
christos
2007-05-31
this is not needed.
christos
2007-05-30
Match usage of FORTIFY_SOURCE on other platforms by not requiring special
tls
2007-05-30
Move FORTIFY_SOURCE implementation from the somewhat ill-named "libssp"
tls