VirtualBox

Changeset 30361 in vbox for trunk/src


Ignore:
Timestamp:
Jun 22, 2010 11:02:11 AM (15 years ago)
Author:
vboxsync
Message:

NAT: icmp_input copy src mbuf and compose new one to deliver.

File:
1 edited

Legend:

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

    r30350 r30361  
    196196    {
    197197        icmp_error(pData, m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, 0, "ttl");
    198         /* don't let this mbuf to be freed */
    199         return;
     198        goto bad;
    200199    }
    201200
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