Bug 82041
Summary: | memset optimized out in random.c | ||
---|---|---|---|
Product: | Drivers | Reporter: | zatimend |
Component: | Other | Assignee: | drivers_other |
Status: | NEW --- | ||
Severity: | normal | CC: | adobriyan, alan, hannes, ucelsanicin |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.16 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | force memset calls |
Description
zatimend
2014-08-09 17:33:10 UTC
same issue all over crypto/ as well Probably we need a memset_me_harder() that ensures gcc knows to behave (casting to volatile perhaps ?) Created attachment 148081 [details]
force memset calls
|