Changeset 38076 in vbox for trunk/src/VBox
- Timestamp:
- Jul 19, 2011 4:53:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r37596 r38076 685 685 seteuid(0); 686 686 } 687 688 if (pPrivEffective) 689 priv_freeset(pPrivEffective); 690 if (pPrivNew) 691 priv_freeset(pPrivNew); 687 692 # endif 688 693 }
Note:
See TracChangeset
for help on using the changeset viewer.