[pcre-dev] Fix for buffer read after the end

Góra strony
Delete this message
Autor: Zoltán Herczeg
Data:  
Dla: pcre-dev
Temat: [pcre-dev] Fix for buffer read after the end
Hi,

This is a heads up of a two recently landed fixes for those, who maintain a binary pcre library. These are critical fixes, but easy to backport:

Patch: https://lists.exim.org/lurker/message/20130126.175148.60d4ca3c.en.html
Effect: input string might be read after the end. Maximum of 4 bytes.
Affects: JIT in 16 and 32 bit mode
Introduced: PCRE 8.32

Patch: https://lists.exim.org/lurker/message/20130118.082046.fcbace28.en.html
Effect: no matches are reported when there is a match
Affects: JIT when LINK_SIZE is not 2.
Introduced: PCRE 8.32

Regards,
Zoltan