HomeFreeBSD

[PowerPC] Ignore fortify-source warning in trap vector copy

Description

[PowerPC] Ignore fortify-source warning in trap vector copy

Due to a bug in clang 9.0.0 source tracking, the trap vector copying will
always trigger a fortify-source warning.

The destination buffers are 0x2f00 bytes, and the bcopy region is 0x2e00
bytes, so there is not an overflow here.

(I have been running with this patch since September.)

Details

Provenance
bdragonAuthored on
Parents
rS356133: MFC r355718: Fix $() handling, broken since the beginning at r108014.
Branches
Unknown
Tags
Unknown