https://bz.apache.org/bugzilla/show_bug.cgi?id=51542
Christophe JAILLET <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.2.19 |HEAD Assignee|[email protected] |[email protected] Component|All |APR-iconv Product|Apache httpd-2 |APR --- Comment #4 from Christophe JAILLET <[email protected]> --- Looks that all is solved now, except the iconv potential issue. Re-affecting to APR for it. > V532 Consider inspecting the statement of '*pointer++' pattern. Probably > meant: > '(*pointer)++'. apriconv iconv_uc.c 114 > > apr_status_t > iconv_uc_conv(..., apr_size_t *res) > { > ... > if (size) > *res ++; > ... > } > > Need: (*res)++; -- 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]
