VirtualBox

Changeset 50474 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 17, 2014 12:52:07 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92315
Message:

ip_reass: Fix typo in previous upstream fix that accidentally assigned
to a wrong variable. Fixes crash on reassembly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ip_frag.c

    r50211 r50474  
    596596
    597597    /* find the previous entry in the linked list */
    598     for (ipr_prev = reassdatagrams; ipr_prev != NULL; ipr = ipr->next) {
     598    for (ipr_prev = reassdatagrams; ipr_prev != NULL; ipr_prev = ipr->next) {
    599599      if (ipr_prev->next == ipr) {
    600600        break;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette