http://bugzilla.novell.com/show_bug.cgi?id=564733 http://bugzilla.novell.com/show_bug.cgi?id=564733#c1 --- Comment #1 from Brandon Philips <bphilips@novell.com> 2009-12-18 00:36:18 UTC --- Created an attachment (id=333313) --> (http://bugzilla.novell.com/attachment.cgi?id=333313) libacl-fix-potential-null-pointer-dereference.patch Subject: [PATCH] libacl: fix potential null pointer dereference stanse found that acl_copy_int() derefences ext_acl when initializing ent_p and then later checks if ext_acl is NULL. Delay initializing ent_p and size until the NULL check has been made on ext_acl. Fix this bug: https://bugzilla.novell.com/show_bug.cgi?id=564733 I will leave this open until I check in a slew of acl bug fixes into os11.2. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.