summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2005-02-23 03:50:04 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2005-02-23 03:50:04 -0800
commitdd9e577353e5eb7f66c45913cdb5a5c7c09cbdd3 (patch)
tree9bf0fcad30927e2d173f3f07f7afbb0fe9baffd7 /net/unix/af_unix.c
parent320d00c5d760ea1809d1861b347b1858afedb254 (diff)
[NETFILTER]: ipt_hashlimit rule load time race condition
This is the best we've got: We cannot release and re-grab lock, since checkentry() is called before ip_tables.c grabs ipt_mutex. We also cannot grab the hashtable spinlock, since htable_create will call vmalloc, and that can sleep. And we cannot just re-search the list of htable's in htable_create(), since then we would create duplicate proc files. Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions