epics-motor / motorAutomation1

EPICS motor drivers for Aerotech Automation1 controllers
Other
2 stars 1 forks source link

Bug fix: Ensure Automation1MotorController::dataControllerConfig_ is initialised to NULL #9

Closed thomasives closed 2 years ago

thomasives commented 2 years ago

In some situations the Automation1MotorController::dataControllerConfig_ is not NULL for first call of Automation1MotorController::buildProfile, where the configuration is supposed to be created. This would result in a segmentation fault at some point later.