SOURCES: cdparanoia-III-buffer.patch (NEW) - buffer fix from cdparanoia svn...

wrobell wrobell at pld-linux.org
Sun Mar 1 16:07:20 CET 2009


Author: wrobell                      Date: Sun Mar  1 15:07:20 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- buffer fix from cdparanoia svn repo

---- Files affected:
SOURCES:
   cdparanoia-III-buffer.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cdparanoia-III-buffer.patch
diff -u /dev/null SOURCES/cdparanoia-III-buffer.patch:1.1
--- /dev/null	Sun Mar  1 16:07:21 2009
+++ SOURCES/cdparanoia-III-buffer.patch	Sun Mar  1 16:07:15 2009
@@ -0,0 +1,13 @@
+Index: interface/interface.c
+===================================================================
+--- interface/interface.c	(revision 15355)
++++ interface/interface.c	(revision 15356)
+@@ -118,7 +118,7 @@
+ 	if(d->bigendianp==-1) /* not determined yet */
+ 	  d->bigendianp=data_bigendianp(d);
+ 	
+-	if(d->bigendianp!=bigendianp()){
++	if(buffer && d->bigendianp!=bigendianp()){
+ 	  int i;
+ 	  u_int16_t *p=(u_int16_t *)buffer;
+ 	  long els=sectors*CD_FRAMESIZE_RAW/2;
================================================================


More information about the pld-cvs-commit mailing list