VirtualBox

Ignore:
Timestamp:
Dec 12, 2008 3:47:32 PM (16 years ago)
Author:
vboxsync
Message:

slirp:icmp: initialization of unitialized variables

File:
1 edited

Legend:

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

    r15365 r15379  
    146146    struct udphdr *udp;
    147147    struct tcphdr *tcp;
    148     struct socket *head_socket;
    149     struct socket *last_socket;
    150     struct socket *so;
     148    struct socket *head_socket = NULL;
     149    struct socket *last_socket = NULL;
     150    struct socket *so = NULL;
    151151    struct in_addr laddr, faddr;
    152152    u_int lport, fport;
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