Index | Thread | Search

From:
Todd C. Miller <millert@openbsd.org>
Subject:
Re: add missing typecast for isxdigit() call in bgpd
To:
Claudio Jeker <cjeker@diehard.n-r-g.com>
Cc:
tech@openbsd.org
Date:
Mon, 18 Mar 2024 09:02:05 -0600

Download raw body.

Thread
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