Download raw body.
Fix casting in our parse.y for unsigned char
On Thu, Dec 15, 2022 at 08:08:04AM -0700, Todd C. Miller wrote: > 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 Right. stsp and I were just discussing via irc after florian's response on the other ml. -- Tracey Emery
Fix casting in our parse.y for unsigned char