]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix up r299769
authorngie <ngie@FreeBSD.org>
Sun, 15 May 2016 00:05:28 +0000 (00:05 +0000)
committerngie <ngie@FreeBSD.org>
Sun, 15 May 2016 00:05:28 +0000 (00:05 +0000)
commitc06a1172705e1835990ad6329b2421a6634a8037
treeb72470c56f5ba6526508f1077dac85573041d282
parent850d53b85cff3278b3f4f0649500800fa6389fe3
Fix up r299769

Similar to r299802, it was noted that using nitems on scalar pointers is
invalid.

Use strdup instead of malloc + strlcpy (which is what the old code was doing
anyhow).

MFC after: 1 week
Pointyhat to: ngie
Sponsored by: EMC / Isilon Storage Division
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c