CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/25 09:52:39
Modified files:
usr.bin/whois : whois.c
Log message:
whois: use getline(3) instead of fgetln(3)
This simplifies the code and fixes a potential out of bounds read.
OK op@ mbuhl@
