Go to file
punyabrata@webrtc.org 0ab521f754 Resolving a crash related to strncopy followed by a strcat
call. strncopy will not explicity copy or add a "\0" therefore
strcat did not know where to append the "\n" which was causing
an out of bounds crash.
Because we are checking the length, strcpy should be good enough
as it also copies the "\0". Please note that that I am pre-emptively
adding 2 instead of 1 to the length to take into account of the \n
that will be added later.
Review URL: http://webrtc-codereview.appspot.com/253004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@857 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-11-01 15:19:44 +00:00
peerconnection Print info about the local and remote resolution in the Windows client. 2011-10-10 12:58:21 +00:00
src Resolving a crash related to strncopy followed by a strcat 2011-11-01 15:19:44 +00:00
test Remove global std::strings from fileutils. 2011-10-31 20:22:02 +00:00
third_party Upgrade libvpx to e529a825 2011-10-21 21:57:48 +00:00
third_party_mods Merge streamparams and mediasession from libjingle and made necessary changes in peerconnection. 2011-11-01 11:46:56 +00:00
tools Matlab scripts useful for parsing the output from DataLog 2011-09-02 13:24:38 +00:00
.gitignore Adding git ignore file. 2011-09-23 11:15:35 +00:00
android-webrtc.mk Some changes made in android makefile 2011-08-15 17:40:56 +00:00
Android.mk Reorganize the audio_processing source. 2011-10-19 01:40:33 +00:00
AUTHORS git-svn-id: http://webrtc.googlecode.com/svn/trunk@11 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-05-30 11:51:34 +00:00
codereview.settings Modify codereview.settings 2011-09-06 10:12:28 +00:00
DEPS Upgrade libvpx to e529a825 2011-10-21 21:57:48 +00:00
libvpx.mk Change android makefile to reflect recent file structure change 2011-07-13 17:49:49 +00:00
LICENSE Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +00:00
license_template.txt git-svn-id: http://webrtc.googlecode.com/svn/trunk@11 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-05-30 11:51:34 +00:00
LICENSE_THIRD_PARTY Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +00:00
OWNERS Review URL: http://webrtc-codereview.appspot.com/137002 2011-08-25 16:52:34 +00:00
PATENTS Add references to src/ copies for LICENSE etc. 2011-10-26 01:05:07 +00:00
PRESUBMIT.py Adding owners check in presubmit script. 2011-06-09 07:07:24 +00:00
WATCHLISTS Add a documented_interfaces watchlist. 2011-10-27 22:33:27 +00:00
webrtc.gyp Fixing system_wrappers unittests. 2011-10-31 17:10:01 +00:00