• Bug#265115: Patch to fix segfault bug

    From =?utf-8?Q?Mart=C4=B3n?= van de Stre@1:229/2 to All on Thu Aug 12 11:00:13 2004
    From: [email protected]

    tags 265115 patch
    thanks

    Here's a patch that fixes the Image::EXIF module.

    Martijn
    --

    --- libimage-exif-perl-0.99.3/EXIF.xs 2004-05-21 23:17:54 +0200
    +++ libimage-exif-perl-0.99.3.hacked/EXIF.xs 2004-08-12 10:27:05 +0200
    @@ -123,8 +123,10 @@
    static int
    close_application()
    {
    - if (et) exiffree(et);
    -
    + if (et) {
    + exiffree(et);
    + et = NULL;
    + }
    }

    static int

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Julien BLACHE@1:229/2 to [email protected] on Mon Aug 16 10:40:11 2004
    From: [email protected]

    Mart$(D)F(Bn van de Streek <[email protected]> wrote:

    Hi,

    Here's a patch that fixes the Image::EXIF module.

    Thanks for the patch, I'll fix the package ASAP.

    JB.

    --
    Julien BLACHE - Debian & GNU/Linux Developer - <[email protected]>

    Public key available on <http://www.jblache.org> - KeyID: F5D6 5169
    GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From =?utf-8?Q?Mart=C4=B3n?= van de Stre@1:229/2 to Julien BLACHE on Mon Aug 16 11:10:10 2004
    From: [email protected]

    On Mon, 16 Aug 2004, Julien BLACHE wrote:

    Here's a patch that fixes the Image::EXIF module.

    Thanks for the patch, I'll fix the package ASAP.

    I've also sent the patch to the upstream perl module maintainer, and he
    said he'd do a new release with some other fixes as well -- you might
    want to check that as well.

    Martijn
    --


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)