Skip to content
Snippets Groups Projects
  1. Oct 04, 2018
  2. Oct 03, 2018
  3. Oct 02, 2018
    • Corey Farrell's avatar
      Resolve warning about duplicate 'dialplan' CLI. · bdd9f760
      Corey Farrell authored
      Change-Id: I029db1b4a32ccfb38374d6fe944dc430866f4b30
      bdd9f760
    • Corey Farrell's avatar
      loader: Fix result of module reload error. · e3c18f07
      Corey Farrell authored
      When a module reload fails we never set AST_MODULE_RELOAD_ERROR.  This
      caused reload failures to incorrectly report 'No module found'.
      
      Change-Id: I5f3953e0f7d135e53ec797f24c97ee3f73f232e7
      e3c18f07
    • neutrino88's avatar
      core/frame: Fix ast_frdup() and ast_frisolate() for empty text frames · 3d03fca9
      neutrino88 authored
      If a channel creates an AST_TEXT_FRAME with datalen == 0, the ast_frdup()
      and ast_frisolate() functions could create a clone frame with an invalid
      data.ptr which would cause a crash.  The proposed fix is to make sure that
      for such empty text frames, ast_frdup() and ast_frisolate() return cloned
      text frames with a valid data.ptr.
      
      ASTERISK-28076
      Reported by: Emmanuel BUU
      Tested by: Emmanuel BUU
      
      Change-Id: Ib882dd028598f13c4c233edbfdd7e54ad44a68e9
      3d03fca9
  4. Oct 01, 2018
  5. Sep 28, 2018
  6. Sep 27, 2018
    • Corey Farrell's avatar
      astobj2: Reduce memory overhead. · 73fa3822
      Corey Farrell authored
      Reduce options to 2-bit field, magic to 30 bit field.  Move ref_counter
      next to options the fields will pack.
      
      This reduces memory overhead for every ao2 object by 8 bytes on x86_64.
      
      Change-Id: Idc1baabb35ec3b3d8de463c4fa3011eaf7fcafb5
      73fa3822
Loading