Re: tcp_mss() fix

2015-11-25 Thread Martin Pieuchot
On 21/11/15(Sat) 12:55, Martin Pieuchot wrote: > David reported a possible used of uninitialized ``ifp'' in tcp_mss(). > This cannot currently happen but I think the diff below should prevent > a bad dereference later. > > Ok? Anyone? > > Index: netinet/tcp_input.c > ===

tcp_mss() fix

2015-11-21 Thread Martin Pieuchot
David reported a possible used of uninitialized ``ifp'' in tcp_mss(). This cannot currently happen but I think the diff below should prevent a bad dereference later. Ok? Index: netinet/tcp_input.c === RCS file: /cvs/src/sys/netinet/t