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

« back to all changes in this revision

Viewing changes to kexi/data/kexiquerypartinstui.rc

  • 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
<!DOCTYPE kpartgui>
 
2
<kpartgui name="kexiquerypartinst" version="3">
 
3
 
 
4
<MenuBar>
 
5
  <Menu name="view" noMerge="1">
 
6
    <text>&amp;View</text>
 
7
    <Action name="querypart_view_toggle_history"/>
 
8
  </Menu>
 
9
  <Menu name="data">
 
10
    <text>&amp;Data</text>
 
11
    <Action name="querypart_check_query"/>
 
12
    <Action name="querypart_execute_query"/>
 
13
    <Merge/>
 
14
  </Menu>
 
15
</MenuBar>
 
16
 
 
17
<ToolBar name="design" fullWidth="false" noMerge="0">
 
18
  <text>Design</text>
 
19
  <Action name="querypart_check_query"/>
 
20
  <Action name="querypart_execute_query"/>
 
21
  <Action name="querypart_view_toggle_history"/>
 
22
</ToolBar>
 
23
 
 
24
</kpartgui>