diff options
author | robert <robert@FreeBSD.org> | 2004-06-17 14:07:16 +0000 |
---|---|---|
committer | robert <robert@FreeBSD.org> | 2004-06-17 14:07:16 +0000 |
commit | 0f9ac8040a5e3f5e724e16f7616fb2443b7f1f8c (patch) | |
tree | 272aebdf55e7b5fbdd34d2127d480ff57d520195 /contrib/pf/pfctl/pfctl_parser.c | |
parent | cac15e3814fdc7dcd94b48e13ea1e949d2c9e5c1 (diff) | |
download | FreeBSD-src-0f9ac8040a5e3f5e724e16f7616fb2443b7f1f8c.zip FreeBSD-src-0f9ac8040a5e3f5e724e16f7616fb2443b7f1f8c.tar.gz |
Use strlcpy(3) to replace the idiomatic
strncpy(d, s, l);
d[l - 1] = '\0';
statements.
Diffstat (limited to 'contrib/pf/pfctl/pfctl_parser.c')
0 files changed, 0 insertions, 0 deletions