coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
516 stars 258 forks source link

Switch calls from strcpy(3) to strlcpy(3) #156

Closed sevan closed 8 years ago

sevan commented 8 years ago

While the previously used calls to safe_strcpy() were switched to strlcpy(), there were some calls to strcpy() which were left unconverted.

sevan commented 8 years ago

You are absolutely correct, my mistake.