Skip to content
Snippets Groups Projects
  • Guillaume Roguez's avatar
    2fcad619
    sip: prevent too long hostname when resolving · 2fcad619
    Guillaume Roguez authored
    This patch fixes PJSIP crash (assertion) due to too long
    hostname given to resolve method.
    We have a check for that but as PJSIP may prefix our given
    name by such string as "_sip._udp.", the check is not enough.
    This patch adds a security marge of 12 bytes to handle that.
    
    Change-Id: Icb47e7d105ef0c8a9a10b1984f5e95bede623f8c
    Tuleap: #969
    2fcad619
    History
    sip: prevent too long hostname when resolving
    Guillaume Roguez authored
    This patch fixes PJSIP crash (assertion) due to too long
    hostname given to resolve method.
    We have a check for that but as PJSIP may prefix our given
    name by such string as "_sip._udp.", the check is not enough.
    This patch adds a security marge of 12 bytes to handle that.
    
    Change-Id: Icb47e7d105ef0c8a9a10b1984f5e95bede623f8c
    Tuleap: #969
Code owners
Assign users and groups as approvers for specific file changes. Learn more.