http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47311
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andi-gcc at firstfloor dot
| |org, davem at davemloft dot
| |net, rth at gcc dot gnu.org
--- Comment #10 from H.J. Lu <hjl.tools at gmail dot com> 2011-01-16 01:18:58
UTC ---
We have
static const uchar *
search_line_acc_char (const uchar *s, const uchar *end ATTRIBUTE_UNUSED)
{
But it never checks the buffer end. It looks bogus to me.