@Tomohare commented on this pull request.
In src/modules/pv_headers/pvh_func.c:
> } } if (elements->len-toRemove->len > 0) { - snprintf(elements->s, elements->len, "%*s", elements->len-toRemove->len, ""); + memset(elements->s, 32, elements->len - toRemove->len); snprintf(elements->s, (strlen(result)%elements->len)+1, "%s", result);
As above, this is not needed here.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.