Skip to content

Incorrect number of parameters #23

@pheest

Description

@pheest

The line:
static const iocshFuncDef configAndorCCD = {"andorCCDConfig", 7, andorCCDConfigArgs};
in andorCCD.cpp is in error.
The number of parameters is not 7, it is 8.
This results in the stackSize parameter being passed as unitialised data, with unpredictable consequences.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions