Shirobon
Results
2
issues of
Shirobon
# Problem In gimbal_uuid.c, UUIDs are generated with the following: ``` // Implemented per RFC4122 section 4.4 GBL_EXPORT GBL_RESULT GblUuid_initV4(GblUuid* pSelf) { GBL_CTX_BEGIN(NULL); GBL_CTX_VERIFY_POINTER(pSelf); // First initialize all bytes to...
bug
As seen in https://github.com/KallistiOS/KallistiOS/blob/master/kernel/libc/koslib/dbglog.c ```c /* Default kernel debug log level: if a message has a level higher than this, it won't be shown. Set to DBG_DEAD to see basically...
cleanup