History log of /src/lib/libc/ssp/gets_chk.c |
Revision | | Date | Author | Comments |
1.7 |
| 04-Oct-2013 |
christos | avoid linker warning for compat symbols that are used internally in libc, by introducing a hidden compat_foo() function, using that internally in libc, and exposing foo as a strong alias to compat_foo(). I am open for better ideas.
|
1.6 |
| 17-Jan-2010 |
wiz | branches: 1.6.6; 1.6.12; Free malloc()ed buffer in error case. Found by cppcheck.
|
1.5 |
| 28-Apr-2008 |
martin | branches: 1.5.8; Remove clause 3 and 4 from TNF licenses
|
1.4 |
| 04-Aug-2007 |
kristerw | branches: 1.4.4; 1.4.10; 1.4.12; Update includes so that this builds for USE_FORT=no too.
|
1.3 |
| 03-Jun-2007 |
christos | branches: 1.3.2; #undef the fortified functions we use, otherwise we end up calling ourselves recursively. XXX: Do we need namespace.h here?
|
1.2 |
| 30-May-2007 |
tls | Match usage of FORTIFY_SOURCE on other platforms by not requiring special include path: the normal header files now include the "SSP" ones (which one should note are not really named right: SSP and FORTIFY_SOURCE are independent features).
Disable USE_SSP on targets where the compiler doesn't support it at all (mips, alpha) or it's known broken (sh3). But enable FORTIFY_SOURCE, without SSP, on those platforms -- tested on mipsel.
|
1.1 |
| 30-May-2007 |
tls | Move FORTIFY_SOURCE implementation from the somewhat ill-named "libssp" (what other systems keep in libssp, we already have in libc) into libc to match what other systems with FORTIFY_SOURCE do. Goodbye, libssp dependency in libraries and executables. Discussed with christos and mrg; Christos will merge the headers to get us the rest of the way to a FORTIFY_SOURCE implementation that works as others' code expects.
|
1.3.2.3 |
| 24-Aug-2007 |
liamjfoy | Pull up following revision(s) (requested by kristerw in ticket #833): include/unistd.h: revision 1.112 lib/libc/ssp/snprintf_chk.c: revision 1.4 lib/libc/ssp/sprintf_chk.c: revision 1.4 lib/libc/ssp/vsprintf_chk.c: revision 1.4 lib/libc/ssp/gets_chk.c: revision 1.4 include/stdio.h: revision 1.70 lib/libc/ssp/vsnprintf_chk.c: revision 1.4 lib/libc/ssp/fgets_chk.c: revision 1.4 include/strings.h: revision 1.12 include/string.h: revision 1.33 Do not include SSP files unless _FORTIFY_SOURCE > 0. Update includes so that this builds for USE_FORT=no too.
|
1.3.2.2 |
| 22-Jul-2007 |
liamjfoy | Pull up to netbsd-4 (requested by christos in ticket #773):
Move libssp to libc.
|
1.3.2.1 |
| 03-Jun-2007 |
liamjfoy | file gets_chk.c was added on branch netbsd-4 on 2007-07-22 18:44:43 +0000
|
1.4.12.2 |
| 04-Aug-2007 |
kristerw | Update includes so that this builds for USE_FORT=no too.
|
1.4.12.1 |
| 04-Aug-2007 |
kristerw | file gets_chk.c was added on branch matt-mips64 on 2007-08-04 19:37:53 +0000
|
1.4.10.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.4.4.2 |
| 03-Sep-2007 |
wrstuden | Sync w/ NetBSD-4-RC_1
|
1.4.4.1 |
| 04-Aug-2007 |
wrstuden | file gets_chk.c was added on branch wrstuden-fixsa on 2007-09-03 07:01:20 +0000
|
1.5.8.2 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.5.8.1 |
| 28-Apr-2008 |
martin | file gets_chk.c was added on branch christos-time_t on 2008-04-28 20:23:01 +0000
|
1.6.12.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.6.6.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|