gss: fix signedness on is_initiator bitfield
authorLuke Howard <lukeh@padl.com>
Mon, 27 Apr 2020 08:44:02 +0000 (18:44 +1000)
committerLuke Howard <lukeh@padl.com>
Mon, 27 Apr 2020 08:44:02 +0000 (18:44 +1000)
commit69b34d1b8af1df39bd0e81c92fb85e6c839f1ed6
tree43b339715b2676d7543c9bddb017cdfe11b6e599
parentc785af8b62cc2e4e709645d2824917bb2410a5f5
gss: fix signedness on is_initiator bitfield

In SAnon:

The is_initiator bitfield must be unsigned to avoid undefined behaviour, as
there is only a single bit defined. Thanks to Nico Williams for explaining
this.
lib/gssapi/sanon/sanon_locl.h