Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-15 | libmisc: Add alloc.h to help detect wrong alloc sizes | Luke T. Shumaker | |
Lo and behold, there was a mistake in chan.c. | |||
2025-04-15 | libmisc: Rework linkedlist to be non-intrusive | Luke T. Shumaker | |
2025-04-12 | Replace lib9p map with a libmisc heap-allocated map | Luke T. Shumaker | |
Turns out using static buffers makes it hard to detect "use-after-free" problems and leaks. |