Opened 2 years 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)
Note: See
TracTickets for help on using
tickets.