Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 05:13:16 -0800 (PST)
From:      "Daniel C. Sobral" <dcs@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/regex regcomp.c
Message-ID:  <200203201313.g2KDDGa42772@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dcs         2002/03/20 05:13:15 PST

  Modified files:        (Branch: RELENG_4)
    lib/libc/regex       regcomp.c 
  Log:
  MFC: 1.24. Avoid reading beyond the array size. The bug can trigger
  segmentation faults, though unlikely, but never produced wrong results
  otherwise, as the last value read was never used in such cases.
  
  Yes, apparently I did forget to merge this. Or, rather, I could swear
  I *did* merge it.
  
  PR:             36114
  
  Revision  Changes    Path
  1.13.2.2  +3 -2      src/lib/libc/regex/regcomp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203201313.g2KDDGa42772>