diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-08-18 08:49:55 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-12-12 15:40:20 +0100 |
commit | b30518eedbce705f9f34970ff459083d738d2e36 (patch) | |
tree | 28c7c95320f1123e38cde445a4f43b9622c4f59a /elf/Makefile | |
parent | 45234c5d6ba9556451424940fa746e9e66b1a6f4 (diff) | |
download | glibc-fw/vfprintf-2.zip glibc-fw/vfprintf-2.tar.gz glibc-fw/vfprintf-2.tar.bz2 |
libio: Convert __vswprintf_internal to buffers (bug 27857)fw/vfprintf-2
Always null-terminate the buffer and set E2BIG if the buffer is too
small. This fixes bug 27857.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index eca7b28..e03f176 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -611,7 +611,6 @@ $(objpfx)tst-relro-libc.out: tst-relro-symbols.py $(..)/scripts/glibcelf.py \ --required=_IO_wfile_jumps_mmap \ --required=_IO_wmem_jumps \ --required=_IO_wstr_jumps \ - --required=_IO_wstrn_jumps \ --optional=_IO_old_cookie_jumps \ --optional=_IO_old_file_jumps \ --optional=_IO_old_proc_jumps \ |