fixed minor bug in IcecCast2.cpp, which could have lead to a buffer

overflow
This commit is contained in:
darkeye
2002-11-29 08:14:47 +00:00
parent 5050a42c5c
commit 97d4081499
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
DarkIce next version:
o bugfix: fixed minor bug in IcecCast2.cpp, which could have lead to
a buffer overflow. thanks to Atsuhiko Yamanaka <ymnk@jcraft.com>
o bugfix: MultiThreadedConnector::sinkThread() was private, now public
o added fileAddDate configuration option
thanks to Nicu Pavel <npavel@ituner.com>