Don't copy blindly MAXPATHLEN byte from fullpath. vn_fullpath
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 31 Jan 2005 17:53:57 +0000 (17:53 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 31 Jan 2005 17:53:57 +0000 (17:53 +0000)
commit751ae5cd8fe5d482b570d00c864488462c1fb624
tree8cd796fb971dea5c5a0430b29b4f99dd8cb4ce81
parentb9fca94d7e7ed020664407dcc4acc5391e69b3b6
Don't copy blindly MAXPATHLEN byte from fullpath. vn_fullpath
allocates MAXPATHLEN, but the buffer is utilized from the end.
sys/kern/imgact_resident.c