]> git.ipfire.org Git - thirdparty/glibc.git/commit - debug/vwprintf_chk.c
* wcsmbs/bits/wchar2.h: New file.
authorUlrich Drepper <drepper@redhat.com>
Fri, 15 Jul 2005 10:32:45 +0000 (10:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 15 Jul 2005 10:32:45 +0000 (10:32 +0000)
commit8215c9ecf27714c7ec607aba0085383ef923777a
treeff0127a461256dba9379940e5d33f08928aa4dcf
parentf45729d8cd80b082c7724883aa9c6c858d0082f9
* wcsmbs/bits/wchar2.h: New file.

* include/bits/wchar2.h: New file.
* wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is
requested.
* wcsmbs/wcsncpy.c: Add __wcsncpy alias.
* string/bits/string3.h: Add fortified stpncpy definitions.
* sysdeps/generic/stpncpy_chk.c: New file.
* libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h.
Export _IO_wstrn_jumps.
* libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps.
* include/wchar.h: Declare __wcsncpy and __vswprintf_chk.
* debug/fgetws_chk.c: New file.
* debug/fgetws_u_chk.c: New file.
* debug/fwprintf_chk.c: New file.
* debug/swprintf_chk.c: New file.
* debug/vfwprintf_chk.c: New file.
* debug/vswprintf_chk.c: New file.
* debug/vwprintf_chk.c: New file.
* debug/wcpcpy_chk.c: New file.
* debug/wcpncpy_chk.c: New file.
* debug/wcscat_chk.c: New file.
* debug/wcscpy_chk.c: New file.
* debug/wcsncat_chk.c: New file.
* debug/wcsncpy_chk.c: New file.
* debug/wmemcpy_chk.c: New file.
* debug/wmemmove_chk.c: New file.
* debug/wmempcpy_chk.c: New file.
* debug/wmemset_chk.c: New file.
* debug/wprintf_chk.c: New file.
* debug/tst-chk1.c: Add tests for new functions.
* debug/Versions: Export new functions.
* debug/Makefile (routines): Add new functions.
31 files changed:
ChangeLog
debug/Makefile
debug/Versions
debug/fgetws_chk.c [new file with mode: 0644]
debug/fgetws_u_chk.c [new file with mode: 0644]
debug/fwprintf_chk.c [new file with mode: 0644]
debug/swprintf_chk.c [new file with mode: 0644]
debug/tst-chk1.c
debug/vfwprintf_chk.c [new file with mode: 0644]
debug/vswprintf_chk.c [new file with mode: 0644]
debug/vwprintf_chk.c [new file with mode: 0644]
debug/wcpcpy_chk.c [new file with mode: 0644]
debug/wcpncpy_chk.c [new file with mode: 0644]
debug/wcscat_chk.c [new file with mode: 0644]
debug/wcscpy_chk.c [new file with mode: 0644]
debug/wcsncat_chk.c [new file with mode: 0644]
debug/wcsncpy_chk.c [new file with mode: 0644]
debug/wmemcpy_chk.c [new file with mode: 0644]
debug/wmemmove_chk.c [new file with mode: 0644]
debug/wmempcpy_chk.c [new file with mode: 0644]
debug/wmemset_chk.c [new file with mode: 0644]
debug/wprintf_chk.c [new file with mode: 0644]
include/bits/wchar2.h [new file with mode: 0644]
include/wchar.h
libio/strfile.h
libio/vswprintf.c
string/bits/string3.h
sysdeps/generic/stpncpy_chk.c [new file with mode: 0644]
wcsmbs/bits/wchar2.h [new file with mode: 0644]
wcsmbs/wchar.h
wcsmbs/wcsncpy.c