"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
"Todd C. Miller" <millert@openbsd.org>
Subject:
Re: Fix casting in our parse.y for unsigned char
To:
Tracey Emery <tracey@traceyemery.net>
Cc:
gameoftrees@openbsd.org
Date:
Thu, 15 Dec 2022 08:08:04 -0700

Download raw body.

Thread
On Thu, 15 Dec 2022 08:00:52 -0700, Tracey Emery wrote:

> After yesterday's unsigned char discussion, I peeked at our tree this
> morning. This fixes our parse.y files. The rest of the code already does
> it right.

Not OK, the parser uses int, not char.

- todd