CVSROOT: /cvs Module name: src Changes by: fcam...@cvs.openbsd.org 2017/06/02 14:02:39
Modified files: games/fortune/fortune: fortune.c Log message: Fix an infinite loop in fortune(6). When invoking fortune with the -l option (to get long dictums only), the program gets stuck in an infinite loop because fortlen() doesn't return the fortune length correctly. OK mestre@, tb@, deraadt@, schwarze@