glibc/intl
Szabolcs Nagy d0db1e8a12 cheri: fix invalid pointer use after realloc in localealias
This code updates pointers to a reallocated buffer to point to the new
buffer.  It is not conforming (does arithmetics with freed pointers),
but it also creates invalid capabilities because the provenance is
derived from the original freed pointers instead of the new buffer.

Change the arithmetics so provenance is derived from the new buffer.
The conformance issue is not fixed.
2022-08-05 19:45:19 +01:00
..
bindtextdom.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dcgettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dcigettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dcngettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Depend
dgettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dngettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
eval-plural.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
explodename.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
finddomain.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gettextP.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gmo.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
hash-string.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
hash-string.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
l10nflist.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
libintl.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
loadinfo.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
loadmsgcat.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
locale.alias Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
localealias.c cheri: fix invalid pointer use after realloc in localealias 2022-08-05 19:45:19 +01:00
Makefile Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
ngettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
plural-exp.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
plural-exp.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
plural.y Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
po2test.awk Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
textdomain.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
translit.po
tst-codeset.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext2.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext2.sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext3.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext4-de.po
tst-gettext4-fr.po
tst-gettext4.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext4.sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext5.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext6.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext6.sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext.sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-ngettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-translit.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-translit.sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tstcodeset.po
tstlang1.po
tstlang2.po
Versions