- Timestamp:
- Aug 19, 2018 1:49:00 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124446
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgstackdumpself.cpp
r73761 r73763 124 124 # endif 125 125 # else 126 # error "PORT ME!" 126 /** @todo secure this from SIGSEGV. */ 127 memcpy(pvDst, (void const *)uSrcAddr, cbToRead); 127 128 # endif 128 129 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.