> I just had a look at source code file
> groff-1.18.1.1/src/devices/grops/ps.cc,

This is oold -- 1.18.1 has been released more than seven years ago.

>   char buf[256];
>   while (fgets(buf, 512, fp) != 0) {
> 
> It seems slightly less than optimal to me to allow 512 characters
> into a buffer of size only 256 bytes. Suggest code rework.

Fixed in 2003, version 1.19.


    Werner
_______________________________________________
bug-groff mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-groff

Reply via email to