| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-06 | Work around a gcc warning | jvoisin | |
| It seems that annotating sprintf with `write` makes gcc unhappy, as its analyser is unable to understand that we're checking if `__b != -1` before calling `__orig_snprintf`, so let's comment this annotation for now. | |||
