Files
asterisk/funcs
Sean Bright bf7c808604 func_env: Prevent FILE() from reading garbage at end-of-file
If the last line of a file does not have a terminating EOL sequence, we
potentially add garbage to the value returned from the FILE() function.

There is no overflow potential here as we are reading from a buffer of a
known size, we are just reading too much of it.

ASTERISK-26481 #close

Change-Id: I50dd4fcf416fb3c83150040a1a79a59d9eb1ae01
2019-11-18 08:32:12 -06:00
..
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2019-02-07 08:23:14 -06:00
2018-05-11 09:48:58 -04:00