mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:31:48 -04:00
3868. [bug] isc_mem_setwater incorrectly cleared hi_called
potentially leaving over memory cleaner running.
[RT #35270]
This commit is contained in:
parent
ae1175ac89
commit
a27fdeeef2
2 changed files with 4 additions and 1 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,3 +1,7 @@
|
|||
3868. [bug] isc_mem_setwater incorrectly cleared hi_called
|
||||
potentially leaving over memory cleaner running.
|
||||
[RT #35270]
|
||||
|
||||
3866. [bug] Named could die on disk full in generate_session_key.
|
||||
[RT #36119]
|
||||
|
||||
|
|
|
|||
|
|
@ -1785,7 +1785,6 @@ isc__mem_setwater(isc_mem_t *ctx0, isc_mem_water_t water, void *water_arg,
|
|||
ctx->water_arg = water_arg;
|
||||
ctx->hi_water = hiwater;
|
||||
ctx->lo_water = lowater;
|
||||
ctx->hi_called = ISC_FALSE;
|
||||
}
|
||||
MCTXUNLOCK(ctx, &ctx->lock);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue