Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37768773
en ru br
ALT Linux repos
S:0.22-alt1.git20110709
5.0: 0.2.12-alt4.1
4.1: 0.2.10-alt1.2
4.0: 0.2.10-alt1.2

Group :: Sound
RPM: mpdscribble

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mpdscribble-alt-src-memory_corruption_fix.patch
Download


Fix for:
http://code.google.com/p/mpdscribble/issues/detail?id=14
http://code.google.com/p/mpdscribble/issues/detail?id=23
--- mpdscribble/file.c.orig	2008-07-28 00:16:28 +0700
+++ mpdscribble/file.c	2008-07-28 20:17:22 +0700
@@ -170,6 +170,9 @@ get_pair (char *str)
   do
     {
       ptr += m[0].rm_eo + 1;
+      if(*ptr == '\0') {
+         break;
+      }
       error = regexec (&compiled, ptr, 4, m, 0);
       if (!error && m[3].rm_eo != -1)
         add_pair (&p, ptr,
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin