Fix a one-character allocated string buffer overflow that was introduced
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 19 May 2007 19:33:02 +0000 (19:33 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 19 May 2007 19:33:02 +0000 (19:33 +0000)
commitad07b10134602206336245818f3503472e28d0f7
tree006806410498f0ad549d53f0b0c0850f5fb0da93
parent28feafc721edaf6ab8f0c98dfc544ebd57b6bc68
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>
sys/kern/kern_linker.c