Browse Source

split string to avoid buffer overflow in native english speaking persons (fix suggested by The Wanderer)

Originally committed as revision 4447 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 20 years ago
parent
commit
6e5c1877b2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      doc/ffmpeg-doc.texi

+ 2
- 2
doc/ffmpeg-doc.texi View File

@@ -1156,8 +1156,8 @@ First, (@pxref{Coding Rules}) above if you didn't yet.
When you submit your patch, try to send a unified diff (diff '-up' When you submit your patch, try to send a unified diff (diff '-up'
option). I cannot read other diffs :-) option). I cannot read other diffs :-)


Also please do not submit patches which contain several unrelated changes,
split them into individual self-contained patches, this makes reviewing
Also please do not submit patches which contain several unrelated changes.
Split them into individual self-contained patches; this makes reviewing
them much easier. them much easier.


Run the regression tests before submitting a patch so that you can Run the regression tests before submitting a patch so that you can


Loading…
Cancel
Save