comparison ChangeLog @ 2344:3196a09a03e5 trunk

[svn] - fix potential overflow on bigendian (<= is not proper for boundschecking -- duh)
author nenolod
date Mon, 15 Jan 2007 20:47:50 -0800
parents 0df1a48b8fc4
children 0fb47429ad7e
comparison
equal deleted inserted replaced
2343:0df1a48b8fc4 2344:3196a09a03e5
1 2007-01-16 03:28:19 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [3696]
3 - compare against the uri, not the VFSConstructor class the fd comes from
4
5 trunk/src/audacious/input.c | 4 +---
6 1 file changed, 1 insertion(+), 3 deletions(-)
7
8
1 2007-01-16 03:24:54 +0000 William Pitcock <nenolod@sacredspiral.co.uk> 9 2007-01-16 03:24:54 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [3694] 10 revision [3694]
3 - use vfs_rewind() instead of vfs_fseek(fd, 0, seek_set) which was wrong 11 - use vfs_rewind() instead of vfs_fseek(fd, 0, seek_set) which was wrong
4 - correct reporting in buffer_vfs_fread_impl/buffer_vfs_fwrite_impl 12 - correct reporting in buffer_vfs_fread_impl/buffer_vfs_fwrite_impl
5 13