Date: Fri, 9 Jan 2004 22:30:37 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed process.c Message-ID: <200401100630.i0A6Ubfu021425@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2004/01/09 22:30:37 PST
FreeBSD src repository
Modified files: (Branch: RELENG_4)
usr.bin/sed process.c
Log:
MFC rev. 1.32: Change the buffer length test in NEEDSP() so that it does
not subtract one unsigned number from another potentially smaller one,
leading to wraparound (and heap corruption, eventually).
PR: 58813
Revision Changes Path
1.10.2.11 +2 -1 src/usr.bin/sed/process.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401100630.i0A6Ubfu021425>
