> Date: Fri, 28 Jul 2017 12:34:25 +0000
> From: Florian Obser <flor...@openbsd.org>
> 
> clang...
> 
> OK?

ok kettenis@

> diff --git route6d/log.c route6d/log.c
> index 3dd3aefe558..efaba6900e5 100644
> --- route6d/log.c
> +++ route6d/log.c
> @@ -93,7 +93,7 @@ vlog(int pri, const char *fmt, va_list ap)
>  
>       (void)vsnprintf(tmpbuf, sizeof(tmpbuf), fmt, ap);
>       (void)strlcpy(logbuf, logqueue, sizeof(logbuf));
> -     (void)strlcat(logbuf, tmpbuf, sizeof(tmpbuf));
> +     (void)strlcat(logbuf, tmpbuf, sizeof(logbuf));
>  
>       logqueue[0] = '\0';
>  
> 
> -- 
> I'm not entirely sure you are real.
> 
> 

Reply via email to