]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
do not pass NULL to strdup.
authorGleb Natapov <gleb@redhat.com>
Wed, 2 Feb 2011 15:34:34 +0000 (17:34 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 4 Feb 2011 20:23:05 +0000 (21:23 +0100)
commitfd08f20c23465c82c62187d463dacc6d00f79508
treeecab98978dea6fd56cd6d1101a2152cf7d1c5d79
parent87982401963ff686b0289abaf4455417eadcfdcb
do not pass NULL to strdup.

Also use qemu_strdup() instead of strdup() in bootindex code.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit 4fef930af8d7fab4b6c777fa4c6e2b902359262a)
vl.c