commit | 6b1dd54b6a4652a3a1e15a4beacd3be554a9ade1 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 06 15:21:25 2014 +0200 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Tue Jun 10 19:39:34 2014 +0400 |
tree | e98cd4a85c585542db47fd02f71113e61863cbbc | |
parent | a10678b08ecf87ef0b73426a876679178b392bcc [diff] |
cpu/x86: correctly set errors in x86_cpu_parse_featurestr Because of the "goto out", the contents of local_err are leaked and lost. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>