Re: CVS commit: src

2015-02-14 Thread Havard Eidnes
>>+ /* maintain a few stats per connection: */ >>+ int t_rcvoopack;/* out-of-order packets received */ >>+ int t_sndrexmitpack;/* retransmit packets sent */ >>+ int t_sndzerowin; /* zero-window updates sent */ > > Why are those int's? Should

Re: CVS commit: src/sys/ufs/ffs

2015-02-14 Thread David Holland
On Sat, Feb 14, 2015 at 08:07:39AM +, Maxime Villard wrote: > Modified Files: > src/sys/ufs/ffs: ffs_appleufs.c > > Log Message: > ffs_appleufs_validate(): > - remove superfluous printfs > - ensure ul_namelen!=0, otherwise the kernel accesses ul_name[-1] and >overwrites the

Re: CVS commit: src

2015-02-14 Thread Christos Zoulas
>+ >+ /* maintain a few stats per connection: */ >+ int t_rcvoopack;/* out-of-order packets received */ >+ int t_sndrexmitpack;/* retransmit packets sent */ >+ int t_sndzerowin; /* zero-window updates sent */ Why are those int's? Should