]> Pileus Git - ~andy/linux/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Jan 2014 20:04:56 +0000 (15:04 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Jan 2014 20:04:56 +0000 (15:04 -0500)
commit54b553e2c16001d13e0186cad2531764065f9a1b
treea43c673e5e5aeaa87ba86f334b069453e9374569
parent80077935cad223b292d4a03e901a953b20a36593
parentb22f5126a24b3b2f15448c3f2a254fc10cbc2b92
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next

Pablo Neira Ayuso says:

====================
Netfilter updates for net-next

The following patchset contains three Netfilter updates, they are:

* Fix wrong usage of skb_header_pointer in the DCCP protocol helper that
  has been there for quite some time. It was resulting in copying the dccp
  header to a pointer allocated in the stack. Fortunately, this pointer
  provides room for the dccp header is 4 bytes long, so no crashes have been
  reported so far. From Daniel Borkmann.

* Use format string to print in the invocation of nf_log_packet(), again
  in the DCCP helper. Also from Daniel Borkmann.

* Revert "netfilter: avoid get_random_bytes call" as prandom32 does not
  guarantee enough entropy when being calling this at boot time, that may
  happen when reloading the rule.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nfnetlink_log.c