Package: tre / 0.8.0-6

Metadata

Package Version Patches format
tre 0.8.0-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 agrep is called tre agrep here | (download)

doc/agrep.1.in | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 agrep is called tre-agrep here
X-Debian-version: 0.7.6-1


02 added de po translation | (download)

po/LINGUAS | 1 1 + 0 - 0 !
po/de.po | 261 261 + 0 - 0 !
2 files changed, 262 insertions(+)

 added de.po translation
Bug-Debian: http://bugs.debian.org/529219
X-Debian-version: 0.7.6-1


03 cve 2016 8859 | (download)

lib/tre-match-parallel.c | 24 19 + 5 - 0 !
1 file changed, 19 insertions(+), 5 deletions(-)

 fix missing integer overflow checks in regexec buffer size
 computations

most of the possible overflows were already ruled out in practice by
regcomp having already succeeded performing larger allocations.
however at least the num_states*num_tags multiplication can clearly
overflow in practice. for safety, check them all, and use the proper
type, size_t, rather than int.

also improve comments, use calloc in place of malloc+memset, and
remove bogus casts.

99 autoreconf | (download)

COPYING | 674 674 + 0 - 0 !
INSTALL | 213 173 + 40 - 0 !
Makefile.in | 601 399 + 202 - 0 !
aclocal.m4 | 7559 596 + 6963 - 0 !
config.h.in | 18 15 + 3 - 0 !
configure | 21103 10759 + 10344 - 0 !
doc/Makefile.in | 283 206 + 77 - 0 !
lib/Makefile.in | 448 309 + 139 - 0 !
m4/Makefile.in | 173 139 + 34 - 0 !
m4/codeset.m4 | 21 21 + 0 - 0 !
m4/glibc2.m4 | 30 30 + 0 - 0 !
m4/glibc21.m4 | 30 30 + 0 - 0 !
m4/intdiv0.m4 | 84 84 + 0 - 0 !
m4/intl.m4 | 285 285 + 0 - 0 !
m4/intldir.m4 | 19 19 + 0 - 0 !
m4/intmax.m4 | 33 33 + 0 - 0 !
m4/inttypes-pri.m4 | 36 36 + 0 - 0 !
m4/inttypes_h.m4 | 26 26 + 0 - 0 !
m4/lcmessage.m4 | 30 30 + 0 - 0 !
m4/libtool.m4 | 7997 7997 + 0 - 0 !
m4/lock.m4 | 316 316 + 0 - 0 !
m4/longlong.m4 | 109 109 + 0 - 0 !
m4/ltoptions.m4 | 384 384 + 0 - 0 !
m4/ltsugar.m4 | 123 123 + 0 - 0 !
m4/ltversion.m4 | 23 23 + 0 - 0 !
m4/lt~obsolete.m4 | 98 98 + 0 - 0 !
m4/printf-posix.m4 | 44 44 + 0 - 0 !
m4/size_max.m4 | 68 68 + 0 - 0 !
m4/stdint_h.m4 | 26 26 + 0 - 0 !
m4/uintmax_t.m4 | 30 30 + 0 - 0 !
m4/visibility.m4 | 52 52 + 0 - 0 !
m4/wchar_t.m4 | 20 20 + 0 - 0 !
m4/wint_t.m4 | 28 28 + 0 - 0 !
m4/xsize.m4 | 13 13 + 0 - 0 !
po/Makevars.template | 41 41 + 0 - 0 !
src/Makefile.in | 406 283 + 123 - 0 !
tests/Makefile.in | 1132 797 + 335 - 0 !
tests/agrep/Makefile.in | 608 506 + 102 - 0 !
utils/Makefile.in | 176 140 + 36 - 0 !
utils/compile | 245 225 + 20 - 0 !
utils/config.guess | 598 320 + 278 - 0 !
utils/config.sub | 375 270 + 105 - 0 !
utils/depcomp | 584 393 + 191 - 0 !
utils/install-sh | 38 23 + 15 - 0 !
utils/ltmain.sh | 14857 8777 + 6080 - 0 !
utils/missing | 456 152 + 304 - 0 !
utils/mkinstalldirs | 9 5 + 4 - 0 !
utils/test-driver | 139 139 + 0 - 0 !
48 files changed, 35266 insertions(+), 25395 deletions(-)

 libtool update