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

« back to all changes in this revision

Viewing changes to kchart/kchartcolorarray.h

  • 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: kchartcolorarray.h,v 1.3 2003/08/25 19:18:08 kalle Exp $
 
2
 * $Id: kchartcolorarray.h 376098 2005-01-07 14:13:50Z raphael $
3
3
 *
4
4
 * Kalle Dalheimer <kalle@kde.org>
5
5
 */
10
10
#include <qvaluevector.h>
11
11
#include <qcolor.h>
12
12
 
 
13
namespace KChart
 
14
{
 
15
 
13
16
typedef QValueVector<QColor> KChartColorArray;
14
17
 
 
18
}  //KChart namespace
 
19
 
15
20
 
16
21
#endif