Mantis - ALGLIB
Viewing Issue Advanced Details
320 Linear algebra minor have not tried 2010-03-30 11:26 2010-03-30 11:27
SergeyB  
SergeyB  
normal  
resolved  
fixed  
none    
none 2.5.0  
Unspecified
0000320: FIXED: minor error in trfac.cpp unit
An out-of-bounds pointer was created by incorrect array access in several functions of trfac.cpp unit (this error is specific for C++ version). This pointer wasn't used for reads or writes, so error went unnoticed.

However, when ALGLIB was compiled with AP_ASSERT symbol defined (usually it is turned off for performance reasons), an ap::ap_error exception was generated during attempt to do out-of-bounds operation with array (although this operation was just pointer generation - without actually using it).
Issue History
2010-03-30 11:26 SergeyB New Issue
2010-03-30 11:26 SergeyB Status new => assigned
2010-03-30 11:26 SergeyB Assigned To => SergeyB
2010-03-30 11:26 SergeyB Programming language => Unspecified
2010-03-30 11:27 SergeyB Status assigned => resolved
2010-03-30 11:27 SergeyB Fixed in Version => [NOT RELEASED YET] Next release
2010-03-30 11:27 SergeyB Resolution open => fixed

There are no notes attached to this issue.