]> git.ipfire.org Git - thirdparty/grub.git/commit
grub_iso9660_read: Explicitly check read_node return value.
authorVladimir Serbinenko <phcoder@gmail.com>
Sun, 25 Jan 2015 12:19:58 +0000 (13:19 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sun, 25 Jan 2015 19:32:31 +0000 (20:32 +0100)
commitac602ce7005090a34e021f736a9ad3ac033a4cc8
treea0d41e7d9ebc9e063d25f5c84702293f8460018c
parentfb66b512fa241c98b44ce6032e1d285d9d9f9aa3
grub_iso9660_read: Explicitly check read_node return value.

Not really needed as grub_errno is already checked but is nicer.

Found by: Coverity scan.
grub-core/fs/iso9660.c