Sink boundary: A write operation reaches a buffer without carrying an inherent proof that the destination is large enough.
The pack does not provide a callable signature for this record; the watched access path is shown directly.
| Arg | Access path | Purpose | Watched |
|---|---|---|---|
| Argument[0] | Argument[0] | The access path Atropos marks for this model. | ▲ sink |
Input is copied into an output buffer without checking that it fits.
Data is written past the end or before the beginning of its intended buffer.
A format string originates from an external source and controls formatting behavior.
Input longer than the destination overwrites adjacent memory or truncates unexpectedly.
Atropos identifies Argument[0] as a buffer-write sink. It cannot see whether untrusted data reaches this call in your repository.
Lachesis is the codebase-level step: it traces reachability and guards for this symbol.
Check this symbol in Lachesis →Across languages
No cross-language match.
What neutralizes it
No sanitizer of this kind is modeled.
| Role | Kind | Access path | Model ID | Confidence |
|---|---|---|---|---|
| sink | buffer-write | Argument[0] | c.std.vswprintf.a0 | low · corrob. 1 |
| sink | buffer-size | Argument[1] | c.std.vswprintf.a1 | low · corrob. 1 |
| sink | format-string | Argument[2] | c.std.vswprintf.a2 | medium · corrob. 2 |