On 14 Nov 2020, at 19:04, Scott Long <[email protected]> wrote:
> @@ -66,10 +67,16 @@ getlocalbase(char *path, size_t pathlen)
> #endif
> 
>       tmplen = strlcpy(path, tmppath, pathlen);
> -     if ((tmplen < 0) || (tmplen >= (ssize_t)pathlen)) {
> +     if ((tmplen < 0) || (tmplen >= pathlen)) {

I'd expect the LHS to give a compiler warning still.

Jess

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to