netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [arptables PATCH 0/3] Some minor fixes
@ 2019-11-21 11:15 Phil Sutter
  2019-11-21 11:15 ` [arptables PATCH 1/3] Add .gitignore Phil Sutter
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Phil Sutter @ 2019-11-21 11:15 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

These are some patches I found while cleaning up the attic. They add a
gitignore file, fix for a compiler warning and simplify code in libarptc
a bit.

Phil Sutter (3):
  Add .gitignore
  Eliminate compiler warning about size passed to strncmp()
  libarptc: Simplify alloc_handle by using calloc()

 .gitignore               |  4 ++++
 arptables.c              |  3 +--
 libarptc/libarptc_incl.c | 11 +++--------
 3 files changed, 8 insertions(+), 10 deletions(-)
 create mode 100644 .gitignore

-- 
2.24.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-11-21 13:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-21 11:15 [arptables PATCH 0/3] Some minor fixes Phil Sutter
2019-11-21 11:15 ` [arptables PATCH 1/3] Add .gitignore Phil Sutter
2019-11-21 13:45   ` Pablo Neira Ayuso
2019-11-21 11:15 ` [arptables PATCH 2/3] Eliminate compiler warning about size passed to strncmp() Phil Sutter
2019-11-21 13:45   ` Pablo Neira Ayuso
2019-11-21 11:15 ` [arptables PATCH 3/3] libarptc: Simplify alloc_handle by using calloc() Phil Sutter
2019-11-21 13:46   ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).