Ubuntu: 1082-1: Pango vulnerabilities


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Ubuntu: 1082-1: Pango vulnerabilities
# 1  
Old 03-02-2011
Ubuntu: 1082-1: Pango vulnerabilities

LinuxSecurity.com: Marc Schoenefeld discovered that Pango incorrectly handled certain GlyphDefinition (GDEF) tables. If a user were tricked into displaying text witha specially-crafted font, an attacker could cause Pango to crash, resultingin a denial of service. This issue only affected Ubuntu 8.04 LTS and 9.10.(CVE-2010-0421) [More...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Solaris

Make utility - несколько вопросов к спецам

Помогите с 'make' или с 'makefile' написанием. Я хоть и понимаю, но вот взялся использовать для своих целей и столкнулся с некоторыми проблемами, которые не удается разрешить чтением 'man'. 1. О Макро: (в качестве переменной) ясно с их об'явлением в самом начале или с командной строки. Но ... (1 Reply)
Discussion started by: alex_5161
1 Replies
Login or Register to Ask a Question
Pango::TabArray(3)					User Contributed Perl Documentation					Pango::TabArray(3)

NAME
Pango::TabArray HIERARCHY
Glib::Boxed +----Pango::TabArray METHODS
tabarray = Pango::TabArray->new ($initial_size, $positions_in_pixels, ...) o $initial_size (integer) o $positions_in_pixels (boolean) o ... (list) pairs of Pango::TabAlign's and integers, the alignments and positions of the tab stops. tabarray = Pango::TabArray->new_with_positions ($initial_size, $positions_in_pixels, ...) o $initial_size (integer) o $positions_in_pixels (boolean) o ... (list) pairs of Pango::TabAlign's and integers, the alignments and positions of the tab stops. Alias for new. boolean = $tab_array->get_positions_in_pixels $tab_array->resize ($new_size) o $new_size (integer) integer = $tab_array->get_size list = $tab_array->get_tab ($tab_index) o $tab_index (integer) $tab_array->set_tab ($tab_index, $alignment, $location) o $tab_index (integer) o $alignment (Pango::TabAlign) o $location (integer) list = $tab_array->get_tabs Returns a list of Pango::TabAlign's, alignments, and integers, locations. Even elemtents are alignments and odd elements are locations, so 0 is the first alignment and 1 is the first location, 2 the second alignment, 3 the second location, etc. ENUMS AND FLAGS
enum Pango::TabAlign o 'left' / 'PANGO_TAB_LEFT' SEE ALSO
Pango, Glib::Boxed COPYRIGHT
Copyright (C) 2003-2009 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.12.1 2010-07-05 Pango::TabArray(3)