Opened 7 years ago

Last modified 7 years ago

#11761 new Bugs

boost/graph/kamada_kawai_spring_layout.hpp: many indexes out of range ?

Reported by: anonymous Owned by: Jeremiah Willcock
Milestone: To Be Determined Component: graph
Version: Boost 1.59.0 Severity: Problem
Keywords: Cc: dcb314@…

Description

[boost_1_59_0/boost/graph/kamada_kawai_spring_layout.hpp:110]: (error) Array 'mat[2][2]' index mat[1][2] out of bounds.

static Vec solve(double mat[2][2], Vec rhs) {

double denom = mat[0][0] * (mat[1][1] * mat[2][2] - mat[2][1] * mat[1][2])

Change History (4)

comment:1 by David Binderman <dcb314@…>, 7 years ago

Version: Boost 1.57.0Boost 1.59.0

comment:2 by David Binderman <dcb314@…>, 7 years ago

Cc: dcb314@… added

comment:3 by viboes, 7 years ago

Component: Nonegraph
Owner: set to Jeremiah Willcock

comment:4 by Aakash Hasija <ug201310001@…>, 7 years ago

I have resolved the bug..

how to go about submitting the patch..

Note: See TracTickets for help on using tickets.