Am 06.05.2010 20:53, schrieb Stefan Weil: > Even it is not very useful, users may create images of size 0. > > Without the special option CONFIG_ZERO_MALLOC, qemu_mallocz > aborts execution when it is told to allocate 0 bytes, > so avoid this kind of call. > > Cc: Kevin Wolf <kw...@redhat.com> > Signed-off-by: Stefan Weil <w...@mail.berlios.de>
This stupid qemu_malloc behaviour only ever introduces bugs instead of avoiding them... *sigh* Thanks, applied to the block branch. Kevin