Florian Mayer
Florian Mayer
Hey! I am working on HWASan where we have some initialization logic in ifunc resolvers. For non-4K page size systems, it would be nice to know the page size (because...
### Description Given this program ``` float frexpf(float, int*); int main() { int e; float m = frexpf(1, &e); __asm volatile("": :"w"(m)); return 0; } ``` Built like this ```...
Also remove redundant condition. We do p = strchr(line, '\n') which looks for the first '\n', so *(p -1) can never be '\n'
If the satellite is new (*i0 = -1), we don't have data to add up
dy0[*i0] is undefined behavior if *i0 == -1. We don't actually use the value in `getdiff` in that case, so pass NULL instead.
Hey! This Chrome extension is great, but I have to use it in a secondary profile because I don't feel confident granting it permission to view my browsing history. Why...
This was fixed in the upstream kernel in 3ba41621156681afcdbcd624e3191cbc65eb94f4