Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.0
-
None
-
linux fc6
Description
In the function axis2_http_header_create_by_str() at line 74, if the length of the variable tmp_str is less than 2, "axutil_strlen(tmp_str) - 2" becomes negative so tmp_str[axutil_strlen(tmp_str) - 2] points to somewhere it shouldn't