10.12.2014 12:17, Paolo Bonzini wrote: > superio_ioport_readb can read the 256th element of the array.
Is there a legitimate reason for it to access byte index 256? What is the actual size of superio config memory, 256 or 257? I don't know, but somehow it looks like it should be 256. If that's the case, the fix is wrong and superio_ioport_readb() should be fixed instead... Thanks, /mjt