• Hideaki Yoshifuji's avatar
    [IPV6]: Fix several errors in udpv6_connect(). · 69e324b3
    Hideaki Yoshifuji authored
    - Pointer within an automatic storage class variable fl was illegally
      cached using ip6_dst_store()
    - uninitialized saddr was copied to fl.fl6_src
    - dont cache if ipv6_saddr_get() failed.
    
    Based upon patch from Ville Nuorvala (vnuorval@tcs.hut.fi)
    69e324b3
udp.c 28.3 KB