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
The buildfarm has reminded me that not all systems consider char to besigned and we need to be explicit. Adjust the various bits of mac8.cfor what we intend, mostly using casts to unsigned char as suggested byTom, and adjust the tests for valid input accordingly. Explicitly makethe hexlookup table signed as it's useful to use -1 there to indicate aninvalid value.