Updated a comment

This commit is contained in:
Pierre Pronchery 2010-06-03 17:18:56 +00:00
parent 3bc00a493f
commit 47fab3c4d5

View File

@ -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)