Opened 12 years ago

Closed 12 years ago

#5175 closed Bugs (fixed)

isomorphism(): invalid reads for some graphs

Reported by: SebastianLuther@… Owned by: Andrew Sutton
Milestone: To Be Determined Component: graph
Version: Boost 1.45.0 Severity: Problem
Keywords: Cc:

Description

Find attached a reduced test case that produces invalid read messages when run in valgrind. This crashes my non-reduced application.

Attachments (2)

test.cpp (309 bytes ) - added by SebastianLuther@… 12 years ago.
test case
valgrind_log (114.3 KB ) - added by SebastianLuther@… 12 years ago.
valgrind's output

Download all attachments as: .zip

Change History (3)

by SebastianLuther@…, 12 years ago

Attachment: test.cpp added

test case

by SebastianLuther@…, 12 years ago

Attachment: valgrind_log added

valgrind's output

comment:1 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: newclosed

(In [68979]) Fixed buffer overflow from parallel edges in isomorphism(); fixes #5175

Note: See TracTickets for help on using tickets.