mdocml: mandocdb.c using non-portable function fgetln(3).

Issue #99 resolved
Takehiko NOZAKI repo owner created an issue

fgetln(3) is not portable function and potentialy dangerous. too many people don't read manual's CAVEANTS and makes off-by-one.

using POSIX getline(3) instread.

Comments (1)

  1. Log in to comment