Changeset 73097 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Jul 12, 2018 9:06:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r70196 r73097 1238 1238 # endif 1239 1239 /* Figure the size of the current request. */ 1240 size_t cbCur = RT_ OFFSETOF(struct ifreq, ifr_addr)1240 size_t cbCur = RT_UOFFSETOF(struct ifreq, ifr_addr) 1241 1241 + SA_LEN(&pCur->ifr_addr); 1242 1242 cbCur = RT_MAX(cbCur, sizeof(struct ifreq));
Note:
See TracChangeset
for help on using the changeset viewer.