SecureCoding-5.21ΒΆ

Allocating insufficient memory

Required inputs: IR

Rule description is currently unavailable for legal reasons.

Possible Messages

Key

Text

Severity

Disabled

missing_malloc_size

Possibly wrong allocation size: no sizeof used, but sizeof on {} expected

None

False

wrong_malloc_size

Wrong allocation size: sizeof on {} used, but {} expected

None

False

Options