Skip to content

Use MLD_ALLOC for all large allocations #867

@mkannwischer

Description

@mkannwischer

#801 added MLD_ALLOC for all large structs in sign.c. However, there are some larger buffers further down the call stack that we should consider also allocating via MLD_ALLOC. Ideally, allocations should be done on the higher level and work buffers be passed to the lower levels - but this will complicate CBMC proofs.

The following functions with large stack footprint would be a good place to start:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions