- Compilation problems using gcc 4 - Support for SDPs created by VLC and Mpeg4IP - Fix date display in DSS Web Admin - Better support for streaming through NAT - Better support for running DSS on a multi-homed system - Relaying problems with VLC - A security fix for possible stack and heap overflow attacks in the StreamingProxy (CVE-2007-0748, CVE-2007-0749) - A fix for sync sample searching on OS X intel. - A fix for an infinite loop when the server fails to bind to streaming ports. - An enhancement allowing RTSP requests to contain the hh:mm:ss format for the npt value
13 lines
417 B
Text
13 lines
417 B
Text
$NetBSD: patch-at,v 1.2 2007/05/23 07:52:16 adam Exp $
|
|
|
|
--- APIModules/QTSSSpamDefenseModule.bproj/QTSSSpamDefenseModule.cpp.orig 2007-02-16 00:13:47.000000000 +0100
|
|
+++ APIModules/QTSSSpamDefenseModule.bproj/QTSSSpamDefenseModule.cpp
|
|
@@ -62,6 +62,8 @@ class IPAddrTableElem
|
|
friend class OSHashTable<IPAddrTableElem, IPAddrTableKey>;
|
|
};
|
|
|
|
+// defined below
|
|
+class IPAddrTableKey;
|
|
|
|
class IPAddrTableKey
|
|
{
|