lib/vsnprintf.c: correct boundary conditions
authorH. Peter Anvin <hpa@zytor.com>
Fri, 28 Sep 2007 19:01:55 +0000 (12:01 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 28 Sep 2007 19:01:55 +0000 (12:01 -0700)
commit43827654ac5cef5ce37a1faaaf86103fa51d1ea8
tree3d1376703785b116851aef4cfc2cb6f544b60ade
parent304b60556397464143c6fc24edb856b03fc9781a
lib/vsnprintf.c: correct boundary conditions

Correct the boundary conditions in lib/vsnprintf.c; as it was we could
have an undetected one-byte overwrite.
lib/vsnprintf.c