cmd-nname-20080113
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 13 Jan 2008 15:32:24 +0000 (15:32 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 13 Jan 2008 15:32:24 +0000 (15:32 +0000)
commitd5811091995b78d65e891b134aa0ad6955bbc30c
tree852417dad2666364d24634b5251019f30f25c893
parent84989e6584e3808ae3f1959330b267feff2661f6
cmd-nname-20080113

LICENSE MIT

Nname() is used to concatenate two strings and is frequently used with
the first string being the name of the executable perhaps with a full
path.  The static buffer specified is too small for a full path and
there was no protection against writing beyond the end of it.
src/cmd/cmd.c