FreeNOS
Bug List
Class SysInfo
Running 'sysinfo' and 'ps' commands in turn on arm/sunxi-h3 shows a 4KiB memory leak
Global Timer::isExpired (const Info &info) const
This function does not take into account a potential wrap-around of the m_ticks member (integer overflow)
Global VMCopyHandler (const ProcessID proc, const API::Operation how, const Address ours, const Address theirs, const Size sz)
VMCopyHandler assumes the theirs parameter points to memory mapped as a small page (PAGESIZE, 4KiB) When that memory is actually a large mapping (for example 1MiB on ARM), the internal pageOff variable will be zero.