Skip to content
Snippets Groups Projects
  • Gianluca Merlo's avatar
    894071ea
    config: fix flags in uint option handler · 894071ea
    Gianluca Merlo authored
    The configuration unsigned integer option handler sets flags for the
    parser as if the option should be a signed integer (PARSE_INT32),
    leading to errors on "out of range" values. Fix flags (PARSE_UINT32).
    
    A fix to res_pjsip is also present which stops invalid flags from
    being passed when registering sorcery object fields for qualify
    status.
    
    ASTERISK-25612 #close
    
    Change-Id: I96b539336275e0e72a8e8033487d2c3344debd3e
    894071ea
    History
    config: fix flags in uint option handler
    Gianluca Merlo authored
    The configuration unsigned integer option handler sets flags for the
    parser as if the option should be a signed integer (PARSE_INT32),
    leading to errors on "out of range" values. Fix flags (PARSE_UINT32).
    
    A fix to res_pjsip is also present which stops invalid flags from
    being passed when registering sorcery object fields for qualify
    status.
    
    ASTERISK-25612 #close
    
    Change-Id: I96b539336275e0e72a8e8033487d2c3344debd3e