At 01:22 PM 7/6/2005, Joe Orton wrote: >You should copy the logic used on the trunk to get the correct tests for >a strtol parse error: > > errno || len_end == content_length || *len_end || c->len < 0
What is len_end == content_length? wouldn't *content_length be clearer? And this test doesn't test for a null len_end, is that safe? Bill