Revision 300a025b79f1eceb0aa17c5a7779bbeb23c61599 authored by Bjoern A. Zeeb on 24 January 2010, 10:08:54 UTC, committed by Bjoern A. Zeeb on 24 January 2010, 10:08:54 UTC
  Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory
  to save the selected source address rather than returning an
  unreferenced copy to a pointer that might long be gone by the
  time we use the pointer for anything meaningful.

  Asked for by:	rwatson
  Reviewed by:		rwatson

Approved by:	re (kensmith)
1 parent 2457318
History
File Mode Size
Makefile -rw-r--r-- 253 bytes
ctl.c -rw-r--r-- 4.0 KB
ctl_transact.c -rw-r--r-- 3.9 KB
display.c -rw-r--r-- 5.1 KB
get_addrs.c -rw-r--r-- 2.6 KB
get_iface.c -rw-r--r-- 2.9 KB
get_names.c -rw-r--r-- 3.7 KB
init_disp.c -rw-r--r-- 6.2 KB
invite.c -rw-r--r-- 6.0 KB
io.c -rw-r--r-- 5.1 KB
look_up.c -rw-r--r-- 3.9 KB
msgs.c -rw-r--r-- 2.7 KB
talk.1 -rw-r--r-- 4.6 KB
talk.c -rw-r--r-- 2.9 KB
talk.h -rw-r--r-- 3.4 KB
talk_ctl.h -rw-r--r-- 2.1 KB

back to top