* grub-core/osdep/unix/hostdisk.c (grub_util_make_temporary_file):

Handle errors from mkstemp.
(grub_util_make_temporary_dir): Handle errors from mkdtemp.
This commit is contained in:
Colin Watson 2013-11-18 12:27:44 +00:00
parent a284320e1e
commit 3bf4088b8b
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2013-11-18 Colin Watson <cjwatson@ubuntu.com>
* grub-core/osdep/unix/hostdisk.c (grub_util_make_temporary_file):
Handle errors from mkstemp.
(grub_util_make_temporary_dir): Handle errors from mkdtemp.
2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
Fix handling of install lists.