Actions
Bug #1166
closedIn 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
Updated by Pieter Libin almost 13 years ago
- Status changed from New to Resolved
- Target version set to 3.2.1
Actions