]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]
authorShawn Routhier <sar@isc.org>
Fri, 11 Jun 2010 22:13:44 +0000 (22:13 +0000)
committerShawn Routhier <sar@isc.org>
Fri, 11 Jun 2010 22:13:44 +0000 (22:13 +0000)
RELNOTES
omapip/alloc.c

index 2442a73fafe57b7d5f1152783c0af71dbb3f83d8..de936e8311beb7e95f43b3d5399c76861faabd45 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -39,6 +39,9 @@ The system has only been tested on Linux, FreeBSD, and Solaris, and may not
 work on other platforms. Please report any problems and suggested fixes to
 <dhcp-users@isc.org>.
 
+                       Changes since 4.2.0b2
+
+- Add declaration for variable in debug code in alloc.c.  [ISC-Bugs #21472]
 
                        Changes since 4.2.0b1
 
index 9efb2b0adcd57993b9697a39f0271e3684da51de..e61be97003e3e6b140f2c76aa89255dfe20e43aa 100644 (file)
@@ -257,6 +257,7 @@ void dmalloc_dump_outstanding ()
        struct dmalloc_preamble *dp;
 #if defined(DEBUG_MALLOC_POOL)
        unsigned char *foo;
+       int i;
 #endif
 
        if (!dmalloc_cutoff_point)