COIN-OR::LEMON - Graph Library

Opened 21 months ago

#672 new defect

Bug in the Vf2 implementations

Reported by: Peter Madarasi Owned by: Alpar Juttner
Priority: major Milestone: LEMON 1.4 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

In vf2.h line 181 and in vf2pp.h line 226, we may index a NodeMap with INVALID --- to which we set a reference and do not use it later. The code seems to work as it is, but these could cause segmentation fault.

The attached patch fixes both issues.

Attachments (1)

vf2Fix.patch (2.6 KB) - added by Peter Madarasi 21 months ago.

Download all attachments as: .zip

Change History (1)

Changed 21 months ago by Peter Madarasi

Attachment: vf2Fix.patch added
Note: See TracTickets for help on using tickets.