whois: use getline(3) instead of fgetln(3)
authormillert <millert@openbsd.org>
Mon, 25 Mar 2024 15:52:39 +0000 (15:52 +0000)
committermillert <millert@openbsd.org>
Mon, 25 Mar 2024 15:52:39 +0000 (15:52 +0000)
commit175dcbfed01c1e3022724e8f329eb1713408f20e
tree1328886d166985864465b560255be6c04c92e0b1
parent3383911536e8b73bbe9001590b60f1791fc92a3d
whois: use getline(3) instead of fgetln(3)
This simplifies the code and fixes a potential out of bounds read.
OK op@ mbuhl@
usr.bin/whois/whois.c