Files
RedBear-OS/src/syscall
4lDO2 67cc6799bd Fix possible UB by checking for null allocating FX.
Namely, the global allocator API in Rust, actually only returns a null
pointer on failure, rather than wrapping it in a Result, which AllocRef
does. Since Box::from_raw(null) is direct UB, this can in theory lead to
very strange behavior.
2021-08-11 17:46:40 +02:00
..
2020-08-15 17:36:50 +02:00
2021-05-12 20:23:53 -06:00
2021-04-28 20:06:07 -06:00
2021-04-28 20:06:07 -06:00
2020-04-20 21:08:56 -06:00
2021-07-08 13:28:46 +02:00