Project

General

Profile

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.

Added by Michael Vilsker over 14 years ago. Updated over 14 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

WD Updated by Wim Dumon over 14 years ago Actions #1

  • Assignee set to Pieter Libin

PL Updated by Pieter Libin over 14 years ago Actions #2

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

KD Updated by Koen Deforche over 14 years ago Actions #3

  • Status changed from Resolved to Closed

Fixed in 3.2.1

Actions

Also available in: PDF Atom