Comment 13 for bug 908856

Revision history for this message
Mike Cook (mikewillcook) wrote :

Same problem on F16 (x86_64) with Thinkpad W520 (set to discrete, using 2 external and internal off)...

After playing around a bit I found in my case decode (in minx.py) is getting down to the unpack call with "s0I" format and 4 null bytes of data, but the sz is being set to 1. So, the unpack fails since it's only getting 1 byte worth of data (data[:sz]) when it needs 4.

So, for a q