Description
The Mutex class in the Decaf library can allow for two copies to be created which both share pointers to APR resources and when the second instance is destroyed a segfault occurs. The code needs to be correct to properly copy itself or prevent copying altogether so that this does not happen.