Changes between Initial Version and Version 1 of Ticket #37491


Ignore:
Timestamp:
Jan 2, 2013, 6:38:52 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Did this patch come from the developers of libgeotiff, or if not, have you already informed them about it and have they agreed that this is the correct fix? Is there an upstream bug report about this problem?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37491

    • Property Summary changed from geotifcp and EXC_BAD_ACCESS to libgeotiff: geotifcp and EXC_BAD_ACCESS
    • Property Priority changed from High to Normal
    • Property Keywords haspatch added
    • Property Owner changed from macports-tickets@… to stromnov@…
    • Property Port libgeotiff added
  • Ticket #37491 – Description

    initial v1  
    1 geotifcp works great in Ubuntu 12.04
     1geotifcp works great in Ubuntu 12.04 [[br]]
    22The tiff file is large (316Mb) so better not attach it, please let me know if you need it.
    33
     4{{{
    45> port version
    56Version: 2.1.2
     
    1920Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000018
    20210x00007fff937799e7 in memmove$VARIANT$sse42 ()
     22}}}
    2123
    2224
    2325Have proposed fix here:
     26{{{
    2427diff geotifcp.c.orig geotifcp.c
    2528462c462
     
    3235<                               CopyField2(p->tag, floatv1, floatv2);
    3336528a526
     37}}}