Conrad Meyer bcd8d3b805 dummynet: Use strlcpy to appease static checkers
Some dummynet modules used strcpy() to copy from a larger buffer
(dn_aqm->name) to a smaller buffer (dn_extra_parms->name).  It happens that
the lengths of the strings in the dn_aqm buffers were always hardcoded to be
smaller than the dn_extra_parms buffer ("CODEL", "PIE").

Use strlcpy() instead, to appease static checkers.  No functional change.

Reported by:	Coverity
CIDs:		1356163, 1356165
Sponsored by:	Dell EMC Isilon
2017-04-13 17:47:44 +00:00
..
2017-03-14 07:57:33 +00:00
2017-04-03 03:07:48 +00:00
2016-05-26 22:03:28 +00:00
2016-05-03 18:05:43 +00:00
2017-04-03 13:35:04 +00:00
2017-04-03 13:35:04 +00:00