You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes an incorrect loop condtion, as it is possible to skip over NUM_PROT when incrementing
This causes a segfault in kdrive, when km->i_prot would have to loop, instead continuing to read out of bounds.
I couldn't get tinyx to also segfault, but that doesn't mean it's impossible. It might happen on different hardware.
0 commit comments