VirtualBox

Changeset 41806 in vbox


Ignore:
Timestamp:
Jun 18, 2012 3:21:25 AM (12 years ago)
Author:
vboxsync
Message:

NAT: assertion on freeing socket with nonempty tcp control block (paranoa).

File:
1 edited

Legend:

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

    r41455 r41806  
    192192        return;
    193193    }
     194    /**
     195     * Check that we don't freeng socket with tcbcb
     196     */
     197    Assert(!sototcpcb(so));
    194198    if (so == tcp_last_so)
    195199        tcp_last_so = &tcb;
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