Changeset 21530 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Jul 13, 2009 12:12:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c
r21096 r21530 2893 2893 * Paranoia... 2894 2894 */ 2895 if ( MBLKL(pMsg) < sizeof(RTNETETHERHDR))2895 if (RT_UNLIKELY(MBLKL(pMsg) < sizeof(RTNETETHERHDR))) 2896 2896 { 2897 2897 size_t cbMsg = msgdsize(pMsg);
Note:
See TracChangeset
for help on using the changeset viewer.