VirtualBox

Ignore:
Timestamp:
May 20, 2009 11:22:02 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47523
Message:

NAT: remove assertion

File:
1 edited

Legend:

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

    r19839 r19857  
    544544            m_inc(m, new_m_size);
    545545    }
    546     /* XXX (vasily - r) not very safe code here add M_EXT assertion,
    547      * need replace code here with more safe constructions
    548      */
    549     Assert((m->m_flags & M_EXT) == 0 && (msrc->m_flags & M_EXT) == 0);
     546
    550547    memcpy(m->m_data, msrc->m_data, msrc->m_len);
    551548    m->m_len = msrc->m_len;                /* copy msrc to m */
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