Debian Patches
Status for libfreecontact-perl/0.08-11
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Fix-timing-initialization.patch | Fix __timing initialization When Perl code passes a 'timing' parameter that is not a hash reference, for instance an undefined value, the '__timing' pointer passed to libfreecontact needs to be explicitly initialized. . This fixes segmentation faults in t/02test.t when built without optimization (gcc -O0). |
Niko Tyni <ntyni@debian.org> | no | debian | 2016-03-11 | |
missing-use-carp.patch | add missing 'use Carp' to test unit (provides confess) | Carnë Draug | no | 2017-08-30 | ||
0001-Remove-C-reference-markers-from-XS-code.patch | [PATCH] Remove C++ reference markers from XS code These code blocks are not handled as XS++ but passed to XS as-is due to the %{ ... %} markers. The code was always invalid XS code, and ExtUtils::ParseXS has recently become stricter about parsing it. Just drop the ampersands, at least as a workaround. This is how the code was parsed earlier anyway. |
Niko Tyni <ntyni@debian.org> | no | debian | 2025-08-30 |