Jussi Kivilinna
Jussi Kivilinna
Repository appears to be missing proper copyright license and in my option should be clarified. README.md only says "License: Public Domain, or MIT". Has sourcecode on this repository been placed...
Repository appears to be missing proper copyright license and in my option should be clarified. README.md only says "License: Public Domain, or MIT". Has sourcecode on this repository been placed...
lib/platform/linux/platform.c: polling thread accesses indication queue variables without mutex held
While doing upgrade from earlier WPC API library to c-mesh-api/master, we noticed this issue during code review. In lib/platform/linux/platform.c, dispatch queue accesses indication queue with m_queue_mutex held. However, polling thread...