glibc/iconv
Szabolcs Nagy 0a520f28ff Fix off-by-one OOB write in iconv/tst-iconv-mt
The iconv buffer sizes must not include the \0 string terminator.
And the output termination with *outbufpos = '\0' was OOB.

Consistently use non-null-terminated buffer sizes.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2023-10-04 08:33:20 +01:00
..
dummy-repertoire.c
gconv_builtin.c
gconv_builtin.h
gconv_cache.c Use O_CLOEXEC in more places (BZ #15722) 2023-04-22 13:50:14 +02:00
gconv_charset.c Fix misspellings in iconv/ and iconvdata/ -- BZ 25337 2023-05-27 16:37:14 +00:00
gconv_charset.h Fix misspellings in iconv/ and iconvdata/ -- BZ 25337 2023-05-27 16:37:14 +00:00
gconv_close.c
gconv_conf.c Fix misspellings in iconv/ and iconvdata/ -- BZ 25337 2023-05-27 16:37:14 +00:00
gconv_db.c Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions 2023-03-27 13:57:55 -03:00
gconv_dl.c Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions 2023-03-27 13:57:55 -03:00
gconv_int.h Fix misspellings in iconv/ and iconvdata/ -- BZ 25337 2023-05-27 16:37:14 +00:00
gconv_open.c
gconv_parseconfdir.h
gconv_simple.c Fix misspellings in iconv/ and iconvdata/ -- BZ 25337 2023-05-27 16:37:14 +00:00
gconv_trans.c
gconv.c
gconv.h
iconv_charmap.c
iconv_close.c
iconv_open.c
iconv_prog.c iconv: restore verbosity with unrecognized encoding names (bug 30694) 2023-08-02 13:30:04 +02:00
iconv_prog.h
iconv.c
iconv.h
iconvconfig.c Fix misspellings in iconv/ and iconvdata/ -- BZ 25337 2023-05-27 16:37:14 +00:00
iconvconfig.h
loop.c
Makefile
skeleton.c
strtab.c
test-gconv-modules
tst-gconv-init-failure-mod.c
tst-gconv-init-failure.c
tst-iconv1.c
tst-iconv2.c
tst-iconv3.c
tst-iconv4.c
tst-iconv5.c
tst-iconv6.c
tst-iconv7.c
tst-iconv8.c
tst-iconv9.c
tst-iconv_prog.sh
tst-iconv-mt.c Fix off-by-one OOB write in iconv/tst-iconv-mt 2023-10-04 08:33:20 +01:00
tst-iconv-opt.c
Versions