Files
asterisk/res
Nickolay Shmyrev 373e97ea4e res_http_websocket: Avoid reading past end of string
We read beyond the end of the buffer when copying the string out of the
buffer when we used ast_copy_string() because the original string was
not null terminated. Instead switch to ast_strndup() which does not
exhibit the same behavior.

ASTERISK-28975 #close

Change-Id: Ib4a75cffeb1eb8cf01136ef30306bd623e531a2a
2020-07-10 08:32:25 -05:00
..
2020-06-10 13:56:45 -05:00
2018-05-11 09:48:58 -04:00
2019-02-07 08:23:04 -06:00