Ticket #3705 (closed defect: fixed)
Index out of range in VizGeorefSpline2D function.
| Reported by: | mloskot | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | default | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The for loop in file thinplatespline.h:74 has 3 static iterations:
for ( int i = 0; i < 3; i++ )
rhs[i][v] = 0.0;
and with rhs being defined as
#define VIZGEOREF_MAX_VARS 2 double *rhs[VIZGEOREF_MAX_VARS];
leads to index out of range.
Change History
Note: See
TracTickets for help on using
tickets.
