kern/file.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
commit 5ae1a34a7247e0e8ca2f89cca31a9cc2f5f77cde
Author: Bob Gilligan <[EMAIL PROTECTED]>
Date:   Fri Oct 24 14:01:54 2008 -0700

    Bugfix: 3744
    
    The grub_file_open() function uses the global variable grub_errno
    as a flag to indicate that an error occurred during the execution
    of the grub_file_get_device_name() function.  That function can succeed,
    but the error test fail, if grub_errno was set to an error value before
    the function call.  The fix is to initialize grub_errno before the
    function call.

http://suva.vyatta.com/git/?p=vyatta-grub.git;a=commitdiff;h=5ae1a34a7247e0e8ca2f89cca31a9cc2f5f77cde
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to