VirtualBox

Changeset 19899 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
May 22, 2009 5:06:46 AM (16 years ago)
Author:
vboxsync
Message:

NAT: attempt to fix (workaround) #3894.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/tcp_input.c

    r19876 r19899  
    297297        so->so_m = 0;
    298298        ti = so->so_ti;
     299                /* @todo (r -vvl) clarify why it might happens */
     300                if (ti == NULL)
     301                {
     302                        LogRel(("NAT: ti is null. can't do any reseting connection actions\n"));
     303                        /* mbuf should be cleared in sofree called from tcp_close */
     304                        tcp_close(pData, tp);
     305                        return;
     306                }
    299307        tiwin = ti->ti_win;
    300308        tiflags = ti->ti_flags;
Note: See TracChangeset for help on using the changeset viewer.

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