Kevin Harwell
bd0aa4fb04
res_http_websocket: read/write string fixup
...
There was a problem when reading a string from the websocket. It assumed the
received data had a null terminator and tried to write the data to an ast_str.
This of course could/would read past the end of the given buffer while
writing the data to the internal buffer of ast_str. Modified the the code to
correctly place a null terminator on the result string.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@416394 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-06-16 16:22:33 +00:00
..
2012-10-14 21:56:13 +00:00
2013-08-16 17:33:21 +00:00
2012-07-24 19:12:09 +00:00
2009-07-11 19:15:03 +00:00
2011-09-29 21:16:07 +00:00
2011-08-16 20:15:23 +00:00
2014-03-07 15:47:55 +00:00
2013-09-16 18:36:22 +00:00
2013-11-27 15:48:39 +00:00
2011-08-16 20:15:23 +00:00
2012-11-16 00:19:48 +00:00
2014-06-06 14:12:57 +00:00
2013-08-25 18:12:42 +00:00
2014-03-07 19:19:04 +00:00
2014-05-23 17:36:35 +00:00
2013-10-03 14:58:16 +00:00
2012-10-01 20:36:25 +00:00
2014-03-07 20:41:13 +00:00
2013-10-23 20:10:30 +00:00
2013-06-24 22:05:28 +00:00
2013-08-17 14:46:44 +00:00
2011-08-16 20:15:23 +00:00
2013-10-03 14:58:16 +00:00
2011-08-16 20:15:23 +00:00
2012-09-22 20:43:30 +00:00
2013-08-14 19:06:59 +00:00
2011-08-16 20:15:23 +00:00
2013-08-16 17:33:21 +00:00
2013-10-25 13:49:20 +00:00
2013-10-24 19:57:04 +00:00
2011-09-29 21:16:07 +00:00
2011-09-29 21:16:07 +00:00
2011-11-09 19:31:27 +00:00
2013-08-30 13:40:27 +00:00
2011-09-20 21:05:42 +00:00
2012-04-19 21:14:35 +00:00
2013-07-03 16:32:41 +00:00
2011-08-16 20:15:23 +00:00
2013-12-20 20:00:50 +00:00
2013-05-17 17:36:10 +00:00
2011-08-16 20:15:23 +00:00
2014-04-02 18:57:29 +00:00
2014-04-02 18:57:29 +00:00
2014-04-02 18:57:29 +00:00
2014-03-07 15:47:55 +00:00
2014-06-15 21:42:45 +00:00
2014-03-07 20:41:13 +00:00
2013-02-07 15:16:44 +00:00
2013-04-22 14:58:53 +00:00
2014-03-07 15:47:55 +00:00
2013-09-30 18:55:27 +00:00
2013-02-12 21:45:59 +00:00
2011-08-16 20:15:23 +00:00
2014-06-05 17:22:35 +00:00
2014-01-03 21:13:30 +00:00
2013-03-28 23:59:20 +00:00
2014-03-07 15:47:55 +00:00
2014-06-16 16:22:33 +00:00
2013-01-12 07:21:01 +00:00