Skip to content
  • KJ Tsanaktsidis's avatar
    5621d794
    Disable callcc when ASAN is enabled · 5621d794
    KJ Tsanaktsidis authored
    callcc's implementation is fundamentally incompatible with ASAN. Since
    callcc is deprecated and almost never used, it's probably OK to disable
    callcc when ruby is compiled with ASAN.
    
    [Bug #20273]
    5621d794
    Disable callcc when ASAN is enabled
    KJ Tsanaktsidis authored
    callcc's implementation is fundamentally incompatible with ASAN. Since
    callcc is deprecated and almost never used, it's probably OK to disable
    callcc when ruby is compiled with ASAN.
    
    [Bug #20273]
Loading