We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1397b4c commit ecfe14dCopy full SHA for ecfe14d
src/trusted/service_runtime/nacl_syscall_common.c
@@ -881,7 +881,7 @@ int32_t NaClSysTestInfoLeak(struct NaClAppThread *natp) {
881
* Put some interesting bits into the VFP registers.
882
*/
883
884
- static const char manybytes[64] =
+ __attribute__((aligned(4))) static const char manybytes[64] =
885
"Sensitive information must not be leaked to untrusted code!!!!\n";
886
887
__asm__ volatile("vldm %0, {d0-d7}" :: "r" (manybytes) :
0 commit comments