groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Potential buffer overrun in src/roff/troff/input.cpp


From: Werner LEMBERG
Subject: Re: [Groff] Potential buffer overrun in src/roff/troff/input.cpp
Date: Wed, 24 Sep 2014 18:28:10 +0200 (CEST)

> Should it rather become:
>> //////////
>> // ps_get_line(): collect an input record from a PostScript file.
>> // ...
>> //
>> static
>> int ps_get_line(char *buf, ...
> 
> or:
>> //**********
>> // ps_get_line(): collect an input record from a PostScript file.
>> // ...
>> //
>> static
>> int ps_get_line(char *buf, ...

Honestly, I would like it to be 

  // ps_get_line(): collect an input record from a PostScript file.
  // ...
  //
  static
  int ps_get_line(char *buf, ...


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]