You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: