Changeset 85702 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 11, 2020 6:38:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r85698 r85702 1402 1402 * Check that this is valid user memory that is actually in the kernel range. 1403 1403 */ 1404 #if RTLNX_VER_MIN(5,0,0) || defined(RHEL_81)1404 #if RTLNX_VER_MIN(5,0,0) || RTLNX_RHEL_PREREQ(8,1) 1405 1405 if ( access_ok((void *)uPtrFrom, cPages << PAGE_SHIFT) 1406 1406 && uPtrFrom >= USER_DS.seg)
Note:
See TracChangeset
for help on using the changeset viewer.