Project

General

Profile

Actions

Bug #3543

closed

WStackedWidget::removeChild segfault when removing current widget

Added by Iridian Kiiskinen over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
08/24/2014
Due date:
% Done:

0%

Estimated time:

Description

removeChild calls setCurrentWidget with currentIndex_ set to --1 (correctly), which results in an out-of-bounds access via widget(currentIndex_) on following lines:

WStackedWidget.C, commit d55ec821 "merged in bootstrap branch":

121: doJavaScript("$('#" + id() + "').data('obj').adjustScroll("

122: + widget(currentIndex_)->jsRef() + ");");

Actions #1

Updated by Koen Deforche over 9 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche
  • Target version set to 3.3.4
Actions #2

Updated by Koen Deforche over 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF