Changeset 70058 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Dec 11, 2017 3:02:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/lightdm-greeter/vbox-greeter.cpp
r69749 r70058 217 217 * of space here in case the maximum values are raised. */ 218 218 void *pvBuf = NULL; 219 uint32_t cbBuf = MAX_VALUE_LEN +MAX_FLAGS_LEN + _1K;219 uint32_t cbBuf = GUEST_PROP_MAX_VALUE_LEN + GUEST_PROP_MAX_FLAGS_LEN + _1K; 220 220 221 221 /* Because there is a race condition between our reading the size of a
Note:
See TracChangeset
for help on using the changeset viewer.