rocprofiler icon indicating copy to clipboard operation
rocprofiler copied to clipboard

github issue#74 fix

Open kikimych opened this issue 3 years ago • 0 comments

Intercept Queue callbacks are checked for null. If the user forgets to initialize one of them, random code could be called. That leads to very tricky memory corruption bugs. I met the condition when the program restarted in the context pool destructor.

kikimych avatar Mar 18 '22 11:03 kikimych