comparison ChangeLog @ 2624:840fb578a834 trunk

[svn] - [security, backport to 1.3] fix improper comparisons of hashtables used by the plugin loader.
author nenolod
date Fri, 16 Mar 2007 00:25:44 -0700
parents 0ad10a95ed10
children c33d545fc024
comparison
equal deleted inserted replaced
2623:0ad10a95ed10 2624:840fb578a834
1 2007-03-16 02:25:27 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [4258]
3 - plugin reloading.
4
5 trunk/src/audacious/glade/prefswin.glade | 79 ++++++++++++++++++++++++++++++-
6 trunk/src/audacious/pluginenum.c | 68 ++++++++++++++------------
7 trunk/src/audacious/ui_preferences.c | 13 +++++
8 trunk/src/audacious/vfs.c | 2
9 4 files changed, 127 insertions(+), 35 deletions(-)
10
11
1 2007-03-16 01:44:52 +0000 William Pitcock <nenolod@sacredspiral.co.uk> 12 2007-03-16 01:44:52 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [4256] 13 revision [4256]
3 - due to some bug in buffer management, bump the buffer side of things up to ~40kb instead of 32kb for now. 14 - due to some bug in buffer management, bump the buffer side of things up to ~40kb instead of 32kb for now.
4 15
5 trunk/src/audacious/vfs_buffered_file.c | 4 ++-- 16 trunk/src/audacious/vfs_buffered_file.c | 4 ++--