]> Kevux Git Server - fll/commit
Security: Invalid memory access in interrupt handlers.
authorKevin Day <thekevinday@gmail.com>
Thu, 23 Dec 2021 03:40:54 +0000 (21:40 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 23 Dec 2021 03:40:54 +0000 (21:40 -0600)
commit9e72630517b6dd27cfdf0e553592c713742a16f9
tree57ff5db2fc52c2d496c366c505cf6ec557b6a842
parent88e1822370e5df97059c21302f4df2da89bc7230
Security: Invalid memory access in interrupt handlers.

When I converted the data_main into a pointer from a value, I failed to remove the references on these variables.
The compiler does not catch these because they are cast to a void *.
level_3/fake/c/private-build-load.c
level_3/fake/c/private-make-load_fakefile.c
level_3/fake/c/private-make-operate.c