[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:44:11 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=09fd874
The following commit has been merged in the master branch:
commit 09fd874c9932b3e7550ae81f5d931fa4fef38858
Author: Abhinav Badola <mail.abu.to at gmail.com>
Date: Thu Jun 19 20:28:44 2014 +0000
#960: Added a Buffer Overflow Fix in INFO tags of RIFFVIDEO.CPP
---
src/riffvideo.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/riffvideo.cpp b/src/riffvideo.cpp
index 4545bc3..0dcd291 100644
--- a/src/riffvideo.cpp
+++ b/src/riffvideo.cpp
@@ -856,7 +856,7 @@ namespace Exiv2 {
void RiffVideo::infoTagsHandler()
{
- const long bufMinSize = 100;
+ const long bufMinSize = 10000;
DataBuf buf(bufMinSize);
buf.pData_[4] = '
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list