eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
510 stars 84 forks source link

Cleanup: strncpy() -> strlcpy() #1574

Closed michaelortmann closed 7 months ago

michaelortmann commented 7 months ago

Found by: michaelortmann Patch by: michaelortmann Fixes:

One-line summary: Migrate 2 remaining strncpy() to strlcpy()

Additional description (if needed): No functional change

Test cases demonstrating functionality (if applicable):