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::Matrix(3)					User Contributed Perl Documentation					  Pango::Matrix(3)

NAME
Pango::Matrix HIERARCHY
Glib::Boxed +----Pango::Matrix METHODS
matrix = Pango::Matrix->new ($xx=1., $xy=0., $yx=0., $yy=1., $x0=0., $y0=0.) o $xx (double) o $xy (double) o $yx (double) o $yy (double) o $x0 (double) o $y0 (double) $matrix->concat ($new_matrix) o $new_matrix (Pango::Matrix) $matrix->rotate ($degrees) o $degrees (double) $matrix->scale ($scale_x, $scale_y) o $scale_x (double) o $scale_y (double) (dx, dy) = $matrix->transform_distance ($dx, $dy) o $dx (double) o $dy (double) Since: pango 1.16 array reference = $matrix->transform_pixel_rectangle ($rect) o $rect (array reference) Since: pango 1.16 (x, y) = $matrix->transform_point ($x, $y) o $x (double) o $y (double) Since: pango 1.16 array reference = $matrix->transform_rectangle ($rect) o $rect (array reference) Since: pango 1.16 $matrix->translate ($tx, $ty) o $tx (double) o $ty (double) double = $matrix->x0 ($new) o $new (double) double = $matrix->xx ($new=0) o $new (double) double = $matrix->xy ($new) o $new (double) double = $matrix->y0 ($new) o $new (double) double = $matrix->yx ($new) o $new (double) double = $matrix->yy ($new) o $new (double) 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::Matrix(3)