Package: libfreecontact-perl / 0.08-5

Metadata

Package Version Patches format
libfreecontact-perl 0.08-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix timing initialization.patch | (download)

FreeContact.xsp | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 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).