On Fri, Aug 24, 2012 at 07:03:03AM +0200, Stefan Weil wrote: > Clang reports this warning: > > Null pointer passed as an argument to a 'nonnull' parameter > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > qemu-ga.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Nice, this looks like a legitimate bug that was detected by clang. We call become_daemon(NULL). Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan