Changeset 98002 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jan 5, 2023 2:08:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
r96757 r98002 2758 2758 break; 2759 2759 case DT_DEBUG: 2760 LOG_VALIDATE_PTR_RET("DT_DEBUG"); 2760 /* 2761 * DT_DEBUG is filled in by the dynamic linker to point a debugger to the head of the link map, 2762 * it can point anywhere in userspace. For binaries not being executed it will be 0, 2763 * so there is nothing we can validate here (and it is not required as we don't use 2764 * this dynamic section). See https://ypl.coffee/dl-resolve-full-relro/ for more information. 2765 */ 2761 2766 break; 2762 2767 case DT_TEXTREL:
Note:
See TracChangeset
for help on using the changeset viewer.