Tue Dec 12 16:17:26 2017zefram [...] fysh.org - Ticket created
Subject:
context arg to croak()
Date:
Tue, 12 Dec 2017 21:17:17 +0000
To:
bug-List-MoreUtils-XS [...] rt.cpan.org
From:
Zefram <zefram [...] fysh.org>
List-MoreUtils-XS has a call to croak() with an aTHX_ argument. This is
incorrect, generates compile warnings on threaded builds, and will crash
if executed on a threaded build (though the test suite doesn't exercise
it). croak() does not take an aTHX_; the other calls to it are correct.
-zefram
Wed Dec 13 02:56:50 2017REHSACK [...] cpan.org - Status changed from 'new' to 'patched'
Thu Dec 14 09:49:20 2017REHSACK [...] cpan.org - Broken in 0.427_002 added
Tue Jan 02 04:59:46 2018REHSACK [...] cpan.org - Status changed from 'patched' to 'resolved'
Tue Jan 02 05:01:11 2018REHSACK [...] cpan.org - Fixed in 0.428 added