Age | Commit message (Collapse) | Author |
|
Lo and behold, there was a mistake in chan.c.
|
|
|
|
|
|
Turns out using static buffers makes it hard to detect
"use-after-free" problems and leaks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Apparently __builtin_clzll(0) is undefined.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stop defining "struct foo" as a synonym for "implements_foo".
|
|
|
|
|
|
|
|
|