Bug #1166

In WTable::insertRow(row). when row > num of rows in table results in Segmentation fault.

Added by Michael Vilsker over 1 year ago. Updated about 1 year ago.

Status:ClosedStart date:02/14/2012
Priority:NormalDue date:
Assignee:Pieter Libin% Done:

0%

Category:-
Target version:3.2.1

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.

table_insert_bug.C Magnifier (755 Bytes) Michael Vilsker, 02/14/2012 02:27 pm

History

#1 Updated by Wim Dumon over 1 year ago

  • Assignee set to Pieter Libin

#2 Updated by Pieter Libin over 1 year ago

  • Status changed from New to Resolved
  • Target version set to 3.2.1

#3 Updated by Koen Deforche about 1 year ago

  • Status changed from Resolved to Closed

Fixed in 3.2.1

Also available in: Atom PDF