https://bz.apache.org/bugzilla/show_bug.cgi?id=64598

--- Comment #5 from Petr Gajdos <[email protected]> ---
You probably wanted
 headerlen += 2 + strlen(env[j].key) + 2 + (env[j].val ? strlen(env[j].val) :
0;
right?

Now it does not crash, yes. I will ask original reporter for testing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to