summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-17 17:47:15 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-17 17:47:15 +0000
commit9a0783f6ed4f90c44f3cc2722e7ad3ec5a7c065b (patch)
treee44bfd6cc8f2cef1333cbf1b764cc416ae617e5b /ChangeLog
parent287c0f46e3499404d8e3bc35f7ae53f8fb678a1f (diff)
Max Kellermann <max@duempel.org>:
explicitly cast in nat_parse()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d6cc3e..abccae2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,10 +52,12 @@ o fix shadow warnings by renaming variables or making them local
o remove "-g" from Makefile.am, this should be specified by the user
o enable C99 mode
o use C99 integers (uint32_t instead of u_int32_t)
+o remove several superfluous initializations
= conntrack =
o check for malloc() failure in merge_opts
o eliminate local variable by returning from the loop
+o explicitly cast in nat_parse()
= conntrackd =
o resolve global variable "alarm" conflict with alarm() function in unistd.h.
@@ -83,7 +85,6 @@ o add buffer_destroy() to buffer.c
o fix memory leaks in several error output paths
o use size_t for buffer sizes
o import only required C headers and put local headers on top to check
-o remove superfluous initialization
o fix double free() bug in the error output path of mcast_create()
version 0.9.5 (2007/07/29)