The choices of unsigned types made in the OpenBSD implementation prevents the initial problem (sign-extension of a signed char value with the topmost bit set) from happening.
Miod
The choices of unsigned types made in the OpenBSD implementation prevents the initial problem (sign-extension of a signed char value with the topmost bit set) from happening.
Miod