Hiroshi Sakurai

Results 5 issues of Hiroshi Sakurai

chat.c deadlocks when following happens. 1. calls syslog() 2. syslog() takes mutex (syslog_lock) 3. While that mutex is held, signal handler is called 4. signal handlers in chat.c calls syslog()...

When RegisterAuthorizer is called multiple times, handleVal keeps callbacks in a map until Close() is called. deleteHandles() should be called every time RegisterAuthorizer is called. ``` func (c *SQLiteConn) RegisterAuthorizer(callback...

Added code to support parsing 8bit uint and float32 format wave file. Float format file has additional subchunk "fact", so it need to be skipped.

### Input C/C++ Header ```C++ #include #include static const uint32_t val1 = 0x7fffffff; static const uint32_t val2 = 0x80000000; static const uint32_t val3 = 0xffffffff; static const uint64_t val4 =...