Project

General

Profile

Actions

Bug #1166

closed

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

Added by Michael Vilsker about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Pieter Libin
Target version:
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

table_insert_bug.C (755 Bytes) table_insert_bug.C Michael Vilsker, 02/14/2012 02:27 PM
Actions #1

Updated by Wim Dumon about 12 years ago

  • Assignee set to Pieter Libin
Actions #2

Updated by Pieter Libin about 12 years ago

  • Status changed from New to Resolved
  • Target version set to 3.2.1
Actions #3

Updated by Koen Deforche about 12 years ago

  • Status changed from Resolved to Closed

Fixed in 3.2.1

Actions

Also available in: Atom PDF