From d5ba80c8d168f73c5dc87e03144f97c8c0f24106 Mon Sep 17 00:00:00 2001 From: Ian Goldberg Date: Fri, 27 Jul 2012 11:41:47 -0400 Subject: [PATCH] Add a ChangeLog entry for the changes from Paul's report --- ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b774997..2d609e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,16 @@ +2012-07-20 + + * src/message.c, src/instag.c, toolkit/parse.c, src/sm.c, + src/proto.c, src/privkey.c, src/auth.c, src/context.[ch]: + Fix some memory leaks, some NULL pointer handling, and + compilation warnings. Thanks to Paul Wouters + for the report. + + * src/message.c: Better handling of OTRv3 fragments. + 2012-07-19 - * src/b64.[ch], src/proto.c, toolkir/parse.c: Clean up the + * src/b64.[ch], src/proto.c, toolkit/parse.c: Clean up the previous b64 patch and apply it to all places where otrl_base64_decode() is called. -- GitLab