Download raw body.
add missing typecast for isxdigit() call in bgpd
On Mon, 18 Mar 2024 11:20:37 +0100, Claudio Jeker wrote: > The isxdigit() checks in str2key() miss the required (unsigned char) > typecast. Also add int to the unsigned variable i. > > Warning from gcc reported by goshhhy on github. OK millert@ - todd
add missing typecast for isxdigit() call in bgpd