Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/bsd/libc++/lib



Module Name:    src
Committed By:   christos
Date:           Mon May  6 23:20:51 UTC 2019

Modified Files:
        src/external/bsd/libc++/lib: Makefile

Log Message:
Avoid clang bug on earm with SSP/FORTIFY:

rt_libelftc_dem_gnu3.c:3567:3: warning: '__builtin___memset_chk' will always
      overflow destination buffer [-Wbuiltin-memcpy-chk-size]
                      memset(&f, 0, FLOAT_EXTENED_BYTES);


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/libc++/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index