Files
asterisk/funcs
Sean Bright e5d0add8c6 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-13 15:38:40 -05:00
..
2019-02-07 14:11:13 +00:00
2018-05-11 09:58:19 -04:00