a smaller length than what is already allocated.
[RT #42612]
+4384. [bug] isc_buffer_reallocate returns wrong result when passed
+ a smaller length than what is already allocated.
+ [RT #42612]
+
4383. [bug] Correct spelling error in stats channel description of
"EDNS client subnet option received". [RT #42633]
REQUIRE((*dynbuffer)->mctx != NULL);
if ((*dynbuffer)->length > length)
- return (ISC_R_NOSPACE);
+ return (ISC_R_SUCCESS);
/*
* XXXMUKS: This is far more expensive than plain realloc() as