summaryrefslogtreecommitdiff
path: root/lib/libc/ssp
AgeCommit message (Expand)Author
2017-07-03Remove workaround for ancient HTML generation code.wiz
2015-12-03It is wrong to -I/usr/include/sspchristos
2015-05-13void * is bad for computation, so cast to const char * first.joerg
2015-05-09add overlapping pointer checkschristos
2014-09-17Provide explicit prototypes in case HAVE_SSP=no.joerg
2014-04-06add __stpncpy_chkchristos
2014-04-06fix incorrect bounds checkchristos
2014-04-06fix the limit check.christos
2014-04-06fix off by one in stpcpy_chk.christos
2013-11-07we don't support stpncpy until gcc doeschristos
2013-11-06handle old gccchristos
2013-11-06add stp{,n}cpychristos
2013-11-06fix doc for strcpy, strcatchristos
2013-11-06simplifychristos
2013-10-04avoid linker warning for compat symbols that are used internally in libc,christos
2012-07-19Minus (one) needs a backslash before the minus.wiz
2012-07-18Explain what's going on with fortify being disabled when the optimizer is off:christos
2011-03-21Fix xref; security(8) -> security(7).jruoho
2010-12-28off by onechristos
2010-12-19Xref __builtin_return_address(3).jruoho
2010-12-19Small modifications to wording, tidy up SEE ALSO.jruoho
2010-12-19Fix SYNOPSIS, add CAVEATS.jruoho
2010-12-16Reference __builtin_object_size(3) and attribute(3) with each other.jruoho
2010-04-22gcc -> GCC, offset indent.jruoho
2010-01-17Free malloc()ed buffer in error case. Found by cppcheck.wiz
2009-11-17make the "src" strings const as in the unchecked equivalentsdrochner
2009-02-05sign-compare fixlukem
2008-06-06fix a typoyamt
2008-05-25Remove trailing whitespace. Fix typo. Sort SEE ALSO.wiz
2008-05-25Prepare for HTML output. Remove dot at end of SEE ALSO.wiz
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-08-20Never use "utilize". It means exactly the same thing as "use", but itperry
2007-08-04Update 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 ourselveschristos
2007-05-31this is not needed.christos
2007-05-30Match usage of FORTIFY_SOURCE on other platforms by not requiring specialtls
2007-05-30Move FORTIFY_SOURCE implementation from the somewhat ill-named "libssp"tls