[asterisk-bugs] [JIRA] (ASTERISK-27961) res_pjsip: Spurious ERROR logging when printing headers in sip_msg

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Jul 13 09:24:54 CDT 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=244104#comment-244104 ] 

Asterisk Team commented on ASTERISK-27961:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> res_pjsip: Spurious ERROR logging when printing headers in sip_msg
> ------------------------------------------------------------------
>
>                 Key: ASTERISK-27961
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27961
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: pjproject/pjsip
>    Affects Versions: 13.22.0, 15.5.0
>            Reporter: Nick French
>            Severity: Trivial
>              Labels: pjsip
>
> Asterisk patches the pjproject source to avoid crashing when pjproject sip_msg headers are encountered with NULL vptr's. This logic is correct.
> However, in the same patch, error logging was added to announce when these NULL-vtpr headers were seen, but the logic of the logging is to mark an error for every printed header the results in no header text being added to the sip msg, not just when an actual NULL vptr is encountered.
> There exists types of headers that are perfectly valid yet result in no header text being added to the sip msg, such as a 'hidden' Route header.
> These types should not be treated as an error.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list