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
README -rw-r--r-- 1.7 KB
ipx.c -rw-r--r-- 11.4 KB
ipx.h -rw-r--r-- 6.9 KB
ipx_cksum.c -rw-r--r-- 4.5 KB
ipx_if.h -rw-r--r-- 4.9 KB
ipx_input.c -rw-r--r-- 13.3 KB
ipx_outputfl.c -rw-r--r-- 8.2 KB
ipx_pcb.c -rw-r--r-- 11.5 KB
ipx_pcb.h -rw-r--r-- 6.2 KB
ipx_proto.c -rw-r--r-- 5.4 KB
ipx_usrreq.c -rw-r--r-- 16.7 KB
ipx_var.h -rw-r--r-- 5.4 KB
spx.h -rw-r--r-- 8.3 KB
spx_debug.c -rw-r--r-- 6.0 KB
spx_debug.h -rw-r--r-- 4.1 KB
spx_timer.h -rw-r--r-- 6.7 KB
spx_usrreq.c -rw-r--r-- 50.4 KB
spx_var.h -rw-r--r-- 6.5 KB

README

back to top