DragonFly commits List (threaded) for 2007-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/kern kern_linker.c
On Sat, May 19, 2007 at 12:33:03PM -0700, Matthew Dillon wrote:
> DragonFly src repository
>
> Modified files:
> sys/kern kern_linker.c
> Log:
> Fix a one-character allocated string buffer overflow that was introduced
> in the last commit. Space for the '/' separator was not being accounted
> for.
>
> Reported-by: "Sepherosa Ziehau" <sepherosa@gmail.com>
>
> Revision Changes Path
> 1.37 +4 -3 src/sys/kern/kern_linker.c
>
>
> http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_linker.c.diff?r1=1.36&r2=1.37&f=u
Oops, I meant to use `sep' to represent the length of inserted separator,
but somehow it was missing in the last commit.
Sorry and thanks.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]