Updated a comment
This commit is contained in:
parent
3bc00a493f
commit
47fab3c4d5
@ -1640,7 +1640,7 @@ static char * _cmgr_pdu_parse_encoding_data(char const * pdu, size_t len,
|
||||
size_t j;
|
||||
unsigned int u;
|
||||
|
||||
if((p = malloc(len - i + 1)) == NULL) /* XXX 4 times big enough? */
|
||||
if((p = malloc(len - i + 1)) == NULL) /* XXX 2 times big enough? */
|
||||
return NULL;
|
||||
/* FIXME actually parse the header */
|
||||
if(hdr != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user