mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +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
|
||||
<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
|
||||
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user