[asterisk-bugs] [JIRA] (ASTERISK-24921) RAII reentrancy issue when compiled with clang

Diederik de Groot (JIRA) noreply at issues.asterisk.org
Fri Mar 27 09:51:34 CDT 2015


Diederik de Groot created ASTERISK-24921:
--------------------------------------------

             Summary: RAII reentrancy issue when compiled with clang
                 Key: ASTERISK-24921
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24921
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/General
    Affects Versions: 13.2.0
         Environment: clang-3.6
            Reporter: Diederik de Groot


clang version of the RAII macro is not re-entrant proof. It will destruct the pointer on the first exit of the recursion and multiple time (double-free).



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list