svn commit: r269162 - in head/usr.bin/m4: . lib

Sergey Kandaurov pluknet at freebsd.org
Tue Jul 29 07:39:06 UTC 2014


On 28 July 2014 02:54, Baptiste Daroussin <bapt at freebsd.org> wrote:
> Author: bapt
> Date: Sun Jul 27 22:54:13 2014
> New Revision: 269162
> URL: http://svnweb.freebsd.org/changeset/base/269162
>
> Log:
>   Sync with OpenBSD
>   This brings:
>   - check for integer overflows in custom allocs
>   - fix potential integer overflows in memory allocation
>   - annotate regexp error messages with source string
>   - better error handling in mkstemp/unlink/fdopen logic
>
> Added:
>   head/usr.bin/m4/lib/ohash.c   (contents, props changed)
[...]

This broke gcc build.

In file included from /src/usr.bin/m4/look.c:49:
/src/usr.bin/m4/lib/ohash.h:62: warning: '__bounded__' attribute
directive ignored

http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.brief

-- 
wbr,
pluknet


More information about the svn-src-all mailing list