Actions
Bug #1166
closed
MV
PL
In WTable::insertRow(row). when row > num of rows in table results in Segmentation fault.
Bug #1166:
In WTable::insertRow(row). when row > num of rows in table results in Segmentation fault.
Start date:
02/14/2012
Due date:
% Done:
0%
Estimated time:
Description
In Wt::WTable::insertRow(row).
row > (num of rows in table), results in Segmentation fault.
example:
WTable *table = new WTable(root());
table->insertRow(2);
results in Segmentation fault.
Files
WD Updated by Wim Dumon over 14 years ago
- Assignee set to Pieter Libin
PL Updated by Pieter Libin over 14 years ago
- Status changed from New to Resolved
- Target version set to 3.2.1
KD Updated by Koen Deforche over 14 years ago
- Status changed from Resolved to Closed
Fixed in 3.2.1
Actions