[xiph-cvs] cvs commit: ices/src id3.c

Brendan brendan at xiph.org
Sat Mar 15 20:41:31 PST 2003



brendan     03/03/15 23:41:31

  Modified:    src      id3.c
  Log:
  Whoops, terminate song title buffer.

Revision  Changes    Path
1.25      +1 -0      ices/src/id3.c

Index: id3.c
===================================================================
RCS file: /cvs/ice/ices/src/id3.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- id3.c	16 Mar 2003 03:38:25 -0000	1.24
+++ id3.c	16 Mar 2003 04:41:31 -0000	1.25
@@ -80,6 +80,7 @@
     return;
 
   buffer[30] = '\0';
+  title[30] = '\0';
   pos = lseek (source->fd, 0, SEEK_CUR);
 
   lseek (source->fd, -128, SEEK_END);

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list