On Fri, May 23, 2025 at 05:25:35AM -0600, Darren Tucker wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   dtuc...@cvs.openbsd.org 2025/05/23 05:25:35
> 
> Modified files:
>       usr.bin/ssh    : umac.c 
> 
> Log message:
> Ensure args to nh_update() fit within uint32, which it should always anyway.
> Placates Coverity CID 470520.  While there, fix the upstream URL.  ok djm@

This breaks build on i386.

/usr/src/usr.bin/ssh/ssh/../umac.c:1089:29: error: comparison of integers of 
different signs: 'long' and 'unsigned int' [-Werror,-Wsign-compare]
         if (len > 0 && len <= UINT32_MAX) {
                        ~~~ ^  ~~~~~~~~~~

bluhm

Reply via email to