Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37816110
en ru br
ALT Linux repos
S:0.99.12p2-alt4
5.0: 0.99.12p2-alt1
4.1: 0.99.12p2-alt1
4.0: 0.99.10-alt1
3.0: 0.99.10-alt1

Group :: System/Libraries
RPM: libcdaudio

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libcdaudio-0.99-CAN-2005-0706.patch
Download


--- libcdaudio-0.99.10/src/cddb.c.orig	2005-04-03 15:37:04.180240520 +0200
+++ libcdaudio-0.99.10/src/cddb.c	2005-04-03 15:38:07.389631232 +0200
@@ -1034,7 +1034,7 @@
     }
 	   
     query->query_matches = 0;
-    while(!cddb_read_line(sock, inbuffer, 256)) {
+    while(query->query_matches < MAX_INEXACT_MATCHES && !cddb_read_line(sock, inbuffer, 256)) {
       slashed = 0;
       if(strchr(inbuffer, '/') != NULL && parse_disc_artist) {
 	index = 0;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin