cec60a5890
- subtracted one from len without checking if len was 0 - checked for a minimum buffer size - arguments order was inconsistent with other printf like functions - no way to tell if it overflowed
4 lines
105 B
Makefile
4 lines
105 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2008/12/16 22:33:11 christos Exp $
|
|
.PATH.c: ${.PARSEDIR}
|
|
SRCS+= snprintb.c
|