Page MenuHomeFreeBSD

sys/sys: Fix __builtin_is_aligned fallback
ClosedPublic

Authored by andrew on May 20 2024, 11:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 24, 11:29 AM
Unknown Object (File)
Mon, Feb 23, 10:01 PM
Unknown Object (File)
Mon, Feb 23, 7:40 AM
Unknown Object (File)
Mon, Feb 23, 7:40 AM
Unknown Object (File)
Mon, Feb 23, 7:40 AM
Unknown Object (File)
Sun, Feb 22, 6:38 PM
Unknown Object (File)
Sun, Feb 22, 6:38 PM
Unknown Object (File)
Sun, Feb 22, 6:38 PM
Subscribers
None

Details

Summary

When the compiler doesn't provide __builtin_is_aligned we use
macro as a fallback. The macro was missing brackets around one
argument. This could lead to incorrect results when the argument is
more complex than a single stagement.

Fix this by adding the needed brackets.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable