cvs commit: src/sys/kern kern_linker.c

YONETANI Tomokazu qhwt+dfly at les.ath.cx
Sat May 19 15:54:32 PDT 2007


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 at 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.





More information about the Commits mailing list