Skip to content
Snippets Groups Projects
  • Chris-Savinovich's avatar
    0e669712
    chan_dahdi.c: crash in chan_dahdi · 0e669712
    Chris-Savinovich authored
    Fixes a crash in chan_dahdi occurring on 32-bit systems. A previous
    patch introduced a variable of type unassigned long long which is 64-bits.
    Casting it as 'ast_json_int_t' along with JSON type 'I' makes it work
    with 32-bit systems.
    
    ASTERISK-28457
    
    Change-Id: I9cef6b5f2d826fc5c93f2f6a1c997c4e3e6c93fe
    0e669712
    History
    chan_dahdi.c: crash in chan_dahdi
    Chris-Savinovich authored
    Fixes a crash in chan_dahdi occurring on 32-bit systems. A previous
    patch introduced a variable of type unassigned long long which is 64-bits.
    Casting it as 'ast_json_int_t' along with JSON type 'I' makes it work
    with 32-bit systems.
    
    ASTERISK-28457
    
    Change-Id: I9cef6b5f2d826fc5c93f2f6a1c997c4e3e6c93fe