[SCM] libav/experimental: split string to avoid buffer overflow in native english speaking persons (fix suggested by The Wanderer)
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:44:39 UTC 2013
The following commit has been merged in the experimental branch:
commit 6e5c1877b2a93dd63610a1504e95bddc891424f3
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sat Jul 16 19:48:45 2005 +0000
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
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index f6d8ae0..62bd6b4 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -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'
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.
Run the regression tests before submitting a patch so that you can
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list