]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
read() does not NULL terminate statbuf, but strstr expects statbuf to be null terminated.
authorWilliam King <william.king@quentustech.com>
Sat, 18 May 2013 21:26:40 +0000 (14:26 -0700)
committerWilliam King <william.king@quentustech.com>
Sat, 18 May 2013 21:27:00 +0000 (14:27 -0700)
commit49303fdabc52797c7b8a27efef05d729543c2d16
tree4bfdf345c1a0d00d7534545da486799747bf9151
parent48f423db400f6210b946699975277e9c383aca1f
read() does not NULL terminate statbuf, but strstr expects statbuf to be null terminated.
src/switch_profile.c