bugGNU GRUB - Bugs: bug #35664, GRUB 1.99 [PATCH]: missing calls...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #35664: GRUB 1.99 [PATCH]: missing calls to va_end after va_copy in kern/misc.c

Submitter:  Andreas Vogel <anvoit>
Submitted:  Tue 28 Feb 2012 11:14:59 PM UTC
   
 
Category:  None Severity:  Major
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  None Originator Name:  Andreas Vogel
Open/Closed:  Closed Release:  other
Release:  Reproducibility:  None
Planned Release:  None

Wed 29 Feb 2012 06:33:35 PM UTC, comment #1: 

I've applied the part which is still true (one line) and not a style degrataion (we don't use assignment in if). Please use 2.00~beta0 or bzr HEAD, especially when submitting patches.

Vladimir Serbinenko <phcoder>
Group administrator
Tue 28 Feb 2012 11:14:59 PM UTC, original submission:  

This patch fixes missing calls to va_end() after calling va_copy() in the source file kern/misc.c.

Excerpt from man 3 va_copy:
   "Each invocation of va_copy() must be matched by a corresponding invocation of va_end() in the same function."

Please find the patch attached to this bug report.

Regards,

Andreas

Andreas Vogel <anvoit>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #25210:  grub-1.99-add-missing-va_end.patch added by anvoit (1KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by phcoder (Posted a comment)
  • -email is unavailable- added by anvoit (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-02-29 phcoder StatusNone Fixed
        Open/ClosedOpen Closed
    2012-02-28 anvoit Attached File- Added grub-1.99-add-missing-va_end.patch, #25210

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code