memchr

c · standard library
summaryDerived from model facts
RoleSummary
WeaknessNot mapped
WatchesArgument[0] -> ReturnValue
Kindalias
Confidencehigh
Corroboration3

Summary boundary: An alias carries data into another modeled access path; the security meaning depends on what receives it.

Argument map · what each slot does

The pack does not provide a callable signature for this record; the watched access path is shown directly.

ArgAccess pathPurposeWatched
Argument[0]Argument[0]The access path Atropos marks for this model.▲ summary
The weakness
No CWE mapping in this fact

The model classifies the behavior as alias; no CWE relationship is attached to this record.

What goes wrong
Attacker's-eye view · alias

An attacker supplies a value at the source and it remains attached as it crosses the alias into a later operation.

// modeled boundary: Argument[0] -> ReturnValue memchr(attacker_influenced_value);
To decide if this call is a bug, check
1Identify the value that is aliased.
2Trace every consumer of the alias.
3Check whether a later boundary constrains it.
These checks require the surrounding codebase. The model names the boundary; it does not decide reachability or prove that a guard dominates every path.
Is this a bug in your code?Atropos stops here — by design

Atropos identifies Argument[0] -> ReturnValue as a alias summary. 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
The family · alias

Across languages

No cross-language match.

What neutralizes it

No sanitizer of this kind is modeled.

Model facts · verbatim from the pack
RoleKindAccess pathModel IDConfidence
summaryaliasArgument[0] -> ReturnValuec.std.memchr.a0-rethigh · corrob. 3