From c79505f95e7db39a909929fc334bb78353e5e36c Mon Sep 17 00:00:00 2001 From: "niklas.enbom@webrtc.org" Date: Fri, 16 Nov 2012 22:46:36 +0000 Subject: [PATCH] Add warning comment Review URL: https://webrtc-codereview.appspot.com/933012 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3122 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/udp_transport/interface/udp_transport.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webrtc/modules/udp_transport/interface/udp_transport.h b/webrtc/modules/udp_transport/interface/udp_transport.h index 6596fdeab5..2ca4eb8182 100644 --- a/webrtc/modules/udp_transport/interface/udp_transport.h +++ b/webrtc/modules/udp_transport/interface/udp_transport.h @@ -15,6 +15,14 @@ #include "module.h" #include "typedefs.h" +/* + * WARNING + * This code is not use in production/testing and might have security issues + * for example: http://code.google.com/p/webrtc/issues/detail?id=1028 + * + */ + + #define SS_MAXSIZE 128 #define SS_ALIGNSIZE (sizeof (WebRtc_UWord64)) #define SS_PAD1SIZE (SS_ALIGNSIZE - sizeof(WebRtc_Word16))