From b8c5e06de342864fb84cb9d5a303c44b49b4f31c Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Sat, 11 Jan 2014 15:52:16 -0500 Subject: [PATCH] ChangeLog: coverity fixes --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index c9437be..026e944 100644 --- a/ChangeLog +++ b/ChangeLog @@ -77,6 +77,10 @@ protobuf-c (0.16) UNRELEASED built by default. Specify --enable-rpc to configure to build the RPC library. + * Fix a potential use of an unitialized value in protobuf_c_message_unpack() + and several memory leaks in protoc-c, discovered by a commercial static code + analysis tool. + * Bump the libprotobuf-c SONAME. * Update copyright and license statements throughout. The original