Changeset 55975 in vbox
- Timestamp:
- May 20, 2015 4:27:53 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/vmm/pdmnetinline.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmnetinline.h
r55953 r55975 78 78 if (RT_LIKELY( pGso->offHdr1 >= sizeof(RTNETETHERHDR) )) 79 79 { /* likely */ } else return false; 80 if (RT_LIKELY( pGso->offHdr2 <pGso->offHdr1 ))80 if (RT_LIKELY( pGso->offHdr2 > pGso->offHdr1 )) 81 81 { /* likely */ } else return false; 82 82 if (RT_LIKELY( pGso->cbHdrsTotal > pGso->offHdr2 ))
Note:
See TracChangeset
for help on using the changeset viewer.

