mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-03 15:56:00 +00:00
Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]
This commit is contained in:
3
RELNOTES
3
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
|
work on other platforms. Please report any problems and suggested fixes to
|
||||||
<dhcp-users@isc.org>.
|
<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
|
Changes since 4.2.0b1
|
||||||
|
|
||||||
|
@@ -257,6 +257,7 @@ void dmalloc_dump_outstanding ()
|
|||||||
struct dmalloc_preamble *dp;
|
struct dmalloc_preamble *dp;
|
||||||
#if defined(DEBUG_MALLOC_POOL)
|
#if defined(DEBUG_MALLOC_POOL)
|
||||||
unsigned char *foo;
|
unsigned char *foo;
|
||||||
|
int i;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!dmalloc_cutoff_point)
|
if (!dmalloc_cutoff_point)
|
||||||
|
Reference in New Issue
Block a user