Changeset 93215 in vbox
- Timestamp:
- Jan 13, 2022 6:52:53 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPR3HardenedMain-darwin.cpp
r93115 r93215 164 164 static int supR3HardenedDarwinIssetugidInterpose(void) 165 165 { 166 #ifdef DEBUG 166 167 Dl_info Info = {0}; 167 168 char szMsg[512]; … … 174 175 cchMsg = snprintf(szMsg, sizeof(szMsg), "DEBUG: issetugid_for_AppKit was called by %p (via %p)\n", uCaller, __builtin_return_address(1)); 175 176 write(2, szMsg, cchMsg); 177 #endif 176 178 return 0; 177 179 }
Note:
See TracChangeset
for help on using the changeset viewer.