~ubuntu-branches/ubuntu/breezy/koffice/breezy-security

« back to all changes in this revision

Viewing changes to kspread/plugins/calculator/kcalc.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-10-11 14:49:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051011144950-lwpngbifzp8nk0ds
Tags: 1:1.4.1-0ubuntu7
* SECURITY UPDATE: fix heap based buffer overflow in the RTF importer of KWord
* Opening specially crafted RTF files in KWord can cause
  execution of abitrary code.
* Add kubuntu_01_rtfimport_heap_overflow.diff
* References:
  CAN-2005-2971
  CESA-2005-005
  http://www.koffice.org/security/advisory-20051011-1.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
    $Id: kcalc.cpp,v 1.21 2003/09/17 09:03:14 lukas Exp $
 
2
    $Id: kcalc.cpp 273394 2003-12-16 19:28:32Z binner $
3
3
 
4
4
    kCalculator, a simple scientific calculator for KDE
5
5
 
1453
1453
  QTabDialog * tabdialog;
1454
1454
  tabdialog = new QTabDialog(0,"tabdialog",TRUE);
1455
1455
 
1456
 
  tabdialog->setCaption( i18n("KCalc Configuraton") );
 
1456
  tabdialog->setCaption( i18n("KCalc Configuration") );
1457
1457
  tabdialog->resize( 360, 390 );
1458
1458
  tabdialog->setCancelButton( i18n("&Cancel") );
1459
1459
  tabdialog->setOKButton(i18n("&OK"));