ETViewer icon indicating copy to clipboard operation
ETViewer copied to clipboard

_tcscpy_s cause crash

Open fIappy opened this issue 4 years ago • 0 comments

_tcscpy_s(pAuxBuffer,nAuxLen,pTrace->trace.sText.c_str()); //ETViewerView.cpp line 558

pAuxBuffer and nAuxLen are too small

fIappy avatar Oct 10 '21 07:10 fIappy