Bugtraq mailing list archives

Re : PATCH : cdrecord.


From: yoann () MANDRAKESOFT COM (yoann () MANDRAKESOFT COM)
Date: Tue, 30 May 2000 17:45:30 +0200


Made a typo in my first patch, sorry.

--- cdrecord-1.8.1.orig/cdrecord/defaults.c     Sun Apr 16 02:08:58 2000
+++ cdrecord-1.8.1/cdrecord/defaults.c  Tue May 30 13:30:45 2000
@@ -109,7 +109,7 @@
                          return;
                  x++;
          }
 -      sprintf(dname, "%s=", p);
 +      snprintf(dname, sizeof(dname), "%s=", p);

--
                -- Yoann http://www.mandrakesoft.com/~yoann/
 It is well known that M$ product don't make a free() after a malloc(),
the unix community wish them good luck for their future developement.



Current thread: