Commit Graph

5 Commits (dfb783d7ba187187453b44f316a849b789c4f7e6)

Author SHA1 Message Date
Soner Tari e2f83eaa3a Fix possible integer overflow, thanks to @disaykin
The value of an arithmetic expression p[1] + (p[0] << 8) is subject to
overflow due to a failure to cast operands to a larger data type before
perfoming arithmetic
1 year ago
Soner Tari d45e9a2f92 Fix memory leak, thanks to @disaykin 1 year ago
Soner Tari 677178c2d9 Fix use of uninitialised value error by valgrind 3 years ago
Soner Tari 98cda54c47 Reduce and improve debug logs 4 years ago
Soner Tari 8eab8d1da8 Restructure source tree, create src and tests folders, move files accordingly
Remove docker
4 years ago