Forked from
redox-os / kernel
Source project has a limited visibility.
-
Anhad Singh authored
Chunk size of the scheme (`size_of::<ITimerScheme>() == 0`) was being provided instead of `size_of::<ITimerSpec>()`. This resulted in a kernel panic (division by zero) when kread was called for this scheme. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
Anhad Singh authoredChunk size of the scheme (`size_of::<ITimerScheme>() == 0`) was being provided instead of `size_of::<ITimerSpec>()`. This resulted in a kernel panic (division by zero) when kread was called for this scheme. Signed-off-by:
Anhad Singh <andypython@protonmail.com>