Bug in acct() hook..

From: Lachlan McIlroy (lachlanat_private)
Date: Fri Aug 24 2001 - 00:05:48 PDT

  • Next message: Greg KH: "2001_08_23 patch against 2.4.9"

    If someone executes sys_acct(NULL) and the acct() hook
    returns an error then a NULL file structure will be
    passed to filp_close() which, if I'm not wrong, will
    cause a NULL pointer dereference in the file_count()
    macro.  We could fix it with:
    
    out_err:
    	if (file)
    		filp_close(file, NULL);
    	goto out;
    
    ---
    Lachlan McIlroy                    Phone: +61 3 9596 4155
    Trusted Linux                        Fax: +61 3 9596 2960
    Adacel Technologies Ltd                    www.adacel.com
    
    
    
    _______________________________________________
    linux-security-module mailing list
    linux-security-moduleat_private
    http://mail.wirex.com/mailman/listinfo/linux-security-module
    



    This archive was generated by hypermail 2b30 : Fri Aug 24 2001 - 00:04:32 PDT