| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-07 | Fix segfaults in release build C-variadic fns | Dan Robertson | -0/+19 | |
| `va_start` and `va_end` must be called to initialize/cleanup the "spoofed" `VaList` in a Rust defined C-variadic function even if the `VaList` is not used. | ||||
