paramLibrary access without lock held through eigerParam. This one will also require adding a fetch call.
|
mFWState->get(fwAcquire); |
This is a flag to be read by another thread; it should be synchronized in some way.
I can fix these, I'm only opening an issue so I don't forget about it
paramLibrary access without lock held through eigerParam. This one will also require adding a
fetchcall.ADEiger/eigerApp/src/eigerDetector.cpp
Line 1051 in 84b9392
This is a flag to be read by another thread; it should be synchronized in some way.
ADEiger/eigerApp/src/eigerDetector.cpp
Line 1056 in 84b9392
I can fix these, I'm only opening an issue so I don't forget about it