On Sun, 30 Nov 2014, Benno Schulenberg wrote:
On Sun, Nov 30, 2014, at 14:57, Sami Kerola wrote:
The UL_ASAN_BLACKLIST allows AddressSanitizer to be set off for functions
that cannot be checked.
s/set/switched/
Thanks Benno.
Fixed in
https://github.com/kerolasa/lelux-utiliteetit/commit/03caf13f09b1224aa7bd296ed223785b61ca4c7e
(Because "set off" means "triggered", which means "run" -- but
the intention is to say "not run".)
+ * Furthermore, it will prevent the compiler from
+ * inlining the function because inlining currently breaks the blacklisting
+ * mechanism of AddressSanitizer.
Ow... Could uninlining something in some rare cases not break
the function of that something?
We shall see? I don't have anything better to offer as a fix to a concern.
--
Sami Kerola
http://www.iki.fi/kerolasa/
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html