Jim Paris wrote:
> If *has_error==0, s is freed before s->detach is used. Save a copy of
> s->detach earlier.
>
>
Applied all three, thanks.
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log fil
If *has_error==0, s is freed before s->detach is used. Save a copy of
s->detach earlier.
Signed-off-by: Jim Paris <[EMAIL PROTECTED]>
---
This shouldn't change much since the memory is most likely still
valid even after it's been freed, but it's still a bug.
qemu/migration.c |3 ++-
1 file