[openssl-dev] [openssl.org #1915] Bug Report : Abort when race condition occurs in ERR_get_state

2016-02-03 Thread Rich Salz via RT
We're cleaning up the threads stuff, see GitHub PR 451. Thanks! -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl.org #1915] Bug Report : Abort when race condition occurs in ERR_get_state

2009-04-29 Thread Jean-Marc Desperrier via RT
In ERR_get_state (err_def.c:613), there's the following code : /* If a race occured in this function and we came second, tmpp * is the first one that we just replaced. */ if (tmpp) ERR_STATE_free(tmpp); As already suggested in 2006 in this message