Fix a one-character allocated string buffer overflow that was introduced
commit508bbf9c98fd5fb27d0012f102f755bc4671df00
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 19 May 2007 19:33:02 +0000 (19 19:33 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 19 May 2007 19:33:02 +0000 (19 19:33 +0000)
tree9ebaaf60471fd9afa801c366e0fe4e166a9b0ef7
parent67aec9a2993f8f4ff169167b5226c65fba4a0a4e
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