We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36e888d + c7847bd commit 50cb9beCopy full SHA for 50cb9be
Utilities/cmcurl/lib/curlx/dynbuf.c
@@ -43,7 +43,7 @@ void curlx_dyn_init(struct dynbuf *s, size_t toobig)
43
{
44
DEBUGASSERT(s);
45
DEBUGASSERT(toobig);
46
- DEBUGASSERT(toobig <= MAX_DYNBUF_SIZE); /* catch crazy mistakes */
+ DEBUGASSERT(toobig <= MAX_DYNBUF_SIZE); /* catch unexpected mistakes */
47
s->bufr = NULL;
48
s->leng = 0;
49
s->allc = 0;
0 commit comments