|
From: SourceForge.net <no...@so...> - 2010-07-19 14:06:59
|
Bugs item #3031607, was opened at 2010-07-19 15:26 Message generated for change (Comment added) made by y32kn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=538811&aid=3031607&group_id=73743 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: main Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas Beierlein (y32kn) Assigned to: Nobody/Anonymous (nobody) Summary: 'pcb -h' segfaults if build with --disable-gif Initial Comment: If pcb gets built wirh png support but with --disable-gif, --disable-jped odr --disable-png than the program segfaults in get_file_suffix from png.c. Reason seems to be that the 'default_val' of the HA_filetype struct member points every time to element 2 but the there are less than three struct members in 'filetypes[]' structure. ---------------------------------------------------------------------- Comment By: Thomas Beierlein (y32kn) Date: 2010-07-19 16:06 Message: This artifact has been marked as a duplicate of artifact 3031618 with reason: No explanation provided. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=538811&aid=3031607&group_id=73743 |