Skip to content
Snippets Groups Projects
  1. Oct 08, 2019
  2. Oct 07, 2019
  3. Oct 04, 2019
  4. Oct 01, 2019
  5. Sep 27, 2019
  6. Sep 26, 2019
  7. Sep 25, 2019
  8. Sep 24, 2019
  9. Sep 23, 2019
    • Kevin Harwell's avatar
      0cc48571
    • Friendly Automation's avatar
    • Corey Farrell's avatar
      core: Add AO2_ALLOC_OPT_NO_REF_DEBUG option. · 725e991f
      Corey Farrell authored
      Previous to this patch passing a NULL tag to ao2_alloc or ao2_ref based
      functions would result in the reference not being logged under
      REF_DEBUG.  This could sometimes cause inaccurate logging if NULL was
      accidentally passed to a reference action.  Now reference logging is
      only disabled by option passed to the allocation method.
      
      Change-Id: I3c17d867d901d53f9fcd512bef4d52e342637b54
      Unverified
      725e991f
    • Kevin Harwell's avatar
      res_sorcery_memory_cache: stale item update leak · a4caaef6
      Kevin Harwell authored
      When a stale item was being updated the object was being retrieved, but its
      reference was not being decremented after the update. This patch makes it so
      the object is now appropriately de-referenced.
      
      ASTERISK-28523
      
      Change-Id: I9d8173d3a0416a242f4eba92fa0853279c500ec7
      a4caaef6
    • George Joseph's avatar
      astmm.c: Display backtrace with memory show allocations · e82f2f6e
      George Joseph authored
      You can currently capture backtraces of memory allocations but they
      only get displayed when you stop asterisk and the atexit hooks
      are enabled.  Now, if memory backtrace is on and you issue a
      "memory show allocations" CLI command for a specific file, then
      a backtrace will show for each allocation that occurred after
      you turned "memory backtrace on".  The backtrace display is shown
      only when a specific file's allocations are displayed to prevent
      a massive CLI dump of every file's allocations.
      
      Change-Id: Ic657afc1fc6ec7205e16eb36a97a611d235a2b4f
      e82f2f6e
    • Corey Farrell's avatar
      core: Fix ABI mismatch of ao2_global_obj. · a4142c84
      Corey Farrell authored
      astobj2.c declares DEBUG_THREADS_LOOSE_ABI to avoid overhead of debug
      threads tracking information in the internal structures of astobj2.
      Unfortunately this means that ao2_global_obj contains the statically
      allocated debug threads tracking fields which are used by initialization
      and cleanup but main/astobj2.c believed those fields and associated
      space did not exist.
      
      Change-Id: Icef41ad97d88a8c1d1515e034ec8133cab3b1527
      Unverified
      a4142c84
  10. Sep 20, 2019
  11. Sep 19, 2019
  12. Sep 18, 2019
Loading