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

« back to all changes in this revision

Viewing changes to kexi/kexidb/drivers/sqlite/sqlitekeywords.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
 /*
 
2
 * This file has been automatically generated from
 
3
 * koffice/kexi/tools/sql_keywords/sql_keywords.sh and
 
4
 * ../../3rdparty/kexisql3/src/tokenize.c.
 
5
 *
 
6
 * Please edit the sql_keywords.sh, not this file!
 
7
 */
 
8
#include <sqlitedriver.h>
 
9
 
 
10
namespace KexiDB {
 
11
  const char* SQLiteDriver::keywords[] = {
 
12
                "ABORT",
 
13
                "ATTACH",
 
14
                "CLUSTER",
 
15
                "CONFLICT",
 
16
                "DEFERRED",
 
17
                "DEFERRABLE",
 
18
                "DETACH",
 
19
                "EACH",
 
20
                "EXCEPT",
 
21
                "FAIL",
 
22
                "GLOB",
 
23
                "IMMEDIATE",
 
24
                "INITIALLY",
 
25
                "INSTEAD",
 
26
                "INTERSECT",
 
27
                "ISNULL",
 
28
                "NOTNULL",
 
29
                "OF",
 
30
                "PRAGMA",
 
31
                "RAISE",
 
32
                "STATEMENT",
 
33
                "TEMP",
 
34
                "TRIGGER",
 
35
                "VACUUM",
 
36
                "VIEW",
 
37
                0
 
38
  };
 
39
}