summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++/CallbackSslContext.cpp
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2014-06-04 13:23:28 +0200
committerworktycho <work.tycho@gmail.com>2014-06-04 13:23:28 +0200
commit2de36c8ccc058429c74e139a97d832c29e04b8fb (patch)
tree612af1395f17af0c2fb7efff7fc9fa5f63d6bfca /src/PolarSSL++/CallbackSslContext.cpp
parentFixed buffer overflow in JSON. (diff)
parentderp (diff)
downloadcuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar
cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar.gz
cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar.bz2
cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar.lz
cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar.xz
cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.tar.zst
cuberite-2de36c8ccc058429c74e139a97d832c29e04b8fb.zip
Diffstat (limited to 'src/PolarSSL++/CallbackSslContext.cpp')
-rw-r--r--src/PolarSSL++/CallbackSslContext.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PolarSSL++/CallbackSslContext.cpp b/src/PolarSSL++/CallbackSslContext.cpp
index 0cc88a14a..c4d19b2a0 100644
--- a/src/PolarSSL++/CallbackSslContext.cpp
+++ b/src/PolarSSL++/CallbackSslContext.cpp
@@ -11,7 +11,8 @@
-cCallbackSslContext::cCallbackSslContext(void)
+cCallbackSslContext::cCallbackSslContext(void) :
+ m_Callbacks(NULL)
{
// Nothing needed, but the constructor needs to exist so
}