Hello,

I'm asking if FreeBSD is safe regarding dead store elimination made by
gcc? 

By example, in crypto drivers, sensitive datas are cleared by a
bzero() after use to avoid potential leakages.  But the bzero() by
itself is useless, is it removed by gcc?

Thanks, regards.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to