CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/08/20 19:17:34
Modified files: sys/net : if_pppoe.c Log message: Add sizes to free(9) calls There are either length variables tracking the allocated buffer or strings allocated by their length, reuse the same idiom each time when freeing. Reminder from Peter J. Philipp to account for NUL bytes in strings as well OK mvs