Pre-Submission Checklist

Type Of Change

Checklist:

Description

Small logic tweak — we adjust len by the amount of chars consumed first, then adjust the start pointer to begin the new search.

Existing:

        start = space + 1;
        len = len - (space - start + 1); // this is a no-op
                                                            // as the pointer was adjusted first

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/4230

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/4230@github.com>