itm icon indicating copy to clipboard operation
itm copied to clipboard

ITMDrvr does not check for failure to load `ITM_AREA_CR_Ex` from the ITM DLL

Open aromanielloNTIA opened this issue 1 year ago • 0 comments

There is a typo here which causes the loading of ITM_AREA_TLS_Ex to be checked a second time, and causes no check to be performed on the loading of ITM_AREA_CR_Ex.

Most likely this would not cause real problems, since the correct error should already be returned in the case of a failure to load the first function, and the program should otherwise crash if an attempt is made to call the ITM_AREA_CR_Ex function after a failure to load it.

This does not impact the ITM DLL, just the ITMDrvr

aromanielloNTIA avatar Jan 18 '24 20:01 aromanielloNTIA