missing curly braces in fix for CVE-2005-3805

Bug #54632 reported by Sergio Gelato
2
Affects Status Importance Assigned to Milestone
linux-source-2.6.12 (Ubuntu)
Fix Released
Undecided
Chuck Short

Bug Description

Binary package hint: linux-source-2.6.12

The patch
        kernel-exit_CVE-2005-3805.dpatch
reads in part:
        if (group_dead)
+ exit_itimers(tsk->signal);
                  acct_process(code);
        exit_mm(tsk);

Either the acct_process(code); line is incorrectly indented or (more likely) someone forgot to add curly braces:
        if (group_dead) {
                exit_itimers(tsk->signal);
                acct_process(code);
        }
        exit_mm(tsk);

Changed in linux-source-2.6.12:
assignee: nobody → zulcss
Revision history for this message
Chuck Short (zulcss) wrote :

Looks like, I will have a fix for the next kernel security upload for breezy.

Changed in linux-source-2.6.12:
status: Unconfirmed → Fix Committed
Revision history for this message
Chuck Short (zulcss) wrote :

Obviously this has been fixe already.

Changed in linux-source-2.6.12:
status: Fix Committed → Fix Released
status: Fix Released → Fix Committed
Changed in linux-source-2.6.12:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.