« Previous | Next » 

Revision bd69fe84

IDbd69fe8448024258d046e2a15d4cf5c498188144

Added by Kevin Wolf almost 14 years ago

qemu-option: Fix uninitialized value in append_option_parameter

When dest is NULL, i.e. a new copy of the list is created, we don't get a
properly terminated list after the realloc. Initialize it as an empty list.

Signed-off-by: Kevin Wolf <>
Signed-off-by: Anthony Liguori <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences