Ticket #96 (closed defect: fixed)

Opened 13 months ago

Last modified 11 months ago

Crash on importing malformed graphs

Reported by: glen.low@… Owned by:
Priority: critical: crash, show stopper Milestone: 1.5 new display architecture
Version: 1.4 Keywords:
Cc:

Description

Instaviz crashes when it tries to import certain malformed graphs.

In particular when reading a graph from memory, it expects a null terminator which isn't present in the data. The iTunesConnect crash reports 14/07/09 11:54 PM and 11:55 PM could be caused by this (crash in agmemread or memgets).

Change History

Changed 13 months ago by glenlow

  • status changed from new to closed
  • resolution set to fixed

(In [157]) Fixed intermittent crash on import of malformed graphs (use funopen instead of agmemread, since the former doesn't require a null terminator in the data, fix #96). Improved reliability of memory I/O routines.

Changed 11 months ago by glen.low@…

  • milestone set to 1.5 new display architecture
Note: See TracTickets for help on using tickets.