[OpenSIPS-Devel] [OpenSIPS/opensips] f75fde: tls_mgm: don't run atexit callbacks at shutdown
    Răzvan Crainea 
    noreply at github.com
       
    Tue Oct  1 07:05:52 EDT 2019
    
    
  
  Branch: refs/heads/2.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f75fdece5e3dcb0f02985b6e88f3730e5469dd5e
      https://github.com/OpenSIPS/opensips/commit/f75fdece5e3dcb0f02985b6e88f3730e5469dd5e
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2019-10-01 (Tue, 01 Oct 2019)
  Changed paths:
    M modules/tls_mgm/tls_mgm.c
  Log Message:
  -----------
  tls_mgm: don't run atexit callbacks at shutdown
prevent OpenSIPS from crashing during shutdown due to bogus atexit()
`OPENSSL_cleanup()` routine, that is ran after the SHM memory is
destroyed, thus crashing during shm memory release.
(cherry picked from commit 3d30217a8d86696e69c0e6ca2005a723401d1e90)
    
    
More information about the Devel
mailing list