On 3 March 2017 at 15:50, Peter Maydell <[email protected]> wrote: > This patchset fixes all the coverity issues for disas/: > * dead ?: code in hppa > * a NULL pointer deref following an internal-error case > in i386 > * unintended sign extension after shift of unsigned char > in m68k, microblaze, cris, arm > > The hppa, i386, and arm changes won't have a visible effect > as they're either "never happens" cases or the code doesn't > care. I think m68k, microblaze and cris are genuinely > bug fixes.
Applied to master. -- PMM
