On 02/07/20 06:51, Markus Armbruster wrote:
> Igor, Paolo, you showed me the error in v2. Could you have a look at
> this revision?
>
> Markus Armbruster writes:
>
>> The Error ** argument must be NULL, &error_abort, &error_fatal, or a
>> pointer to a variable containing NULL. Passing an argum
Igor, Paolo, you showed me the error in v2. Could you have a look at
this revision?
Markus Armbruster writes:
> The Error ** argument must be NULL, &error_abort, &error_fatal, or a
> pointer to a variable containing NULL. Passing an argument of the
> latter kind twice without clearing it in be
The Error ** argument must be NULL, &error_abort, &error_fatal, or a
pointer to a variable containing NULL. Passing an argument of the
latter kind twice without clearing it in between is wrong: if the
first call sets an error, it no longer points to NULL for the second
call.
x86_cpu_new() is wron