CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/18 07:24:07
Modified files:
sys/net : if_gif.c
Log message:
If m_pullup() changes the mbuf in gif_input(), also adjust the mbuf
pointer in the IP protocol loop. Reset the loop's mbuf when the
mbuf is freed. The latter is not necessary, but clearing a pointer
to freed data is safer.
OK dlg@
