|
Rockbox mail archiveSubject: Re: TracknumRe: Tracknum
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 16 Aug 2002 14:10:23 +0200 (MET DST) On Fri, 16 Aug 2002, Magnus Holmgren wrote: > An easy fix (that seems to work) is to remove the size check in id3.c at > line 605, that is, the "entry->id3v2len <= sizeof( entry->id3v2buf )" part. > The ID3V2 loader will only read up to the size of the buffer anyway. The buffer it stores the data in is only sizeof(entry->id3v2buf) bytes large, if you remove the check it means it'll do a buffer overflow. Won't it? -- Daniel "Bagder" Stenberg -- http://rockbox.haxx.se/Received on 2002-08-16 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |