summaryrefslogtreecommitdiff
path: root/curvetun/Makefile
blob: 954a86552662695dacb366063e39d48dae86054e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
curvetun-libs =	-lnacl \
		-lpthread

curvetun-objs =	xmalloc.o \
		xio.o \
		xutils.o \
		stun.o \
		patricia.o \
		trie.o \
		hash.o \
		curve.o \
		cpusched.o \
		ct_usermgmt.o \
		ct_servmgmt.o \
		ct_server.o \
		ct_client.o \
		curvetun.o
d> committerDoug Ledford <dledford@redhat.com>2016-04-22 20:26:44 -0400 commitf4e7de63ab273b6a5e35c82eb4fc6363c855ddd4 (patch) tree143c8803998da1124078565a3dca5d9870285ff1 /Documentation parent2fe7857176ad6b70e8b2a318506525410e774f34 (diff)
IB/core: Fix oops in ib_cache_gid_set_default_gid
When we fail to find the default gid index, we can't continue processing in this routine or else we will pass a negative index to later routines resulting in invalid memory access attempts and a kernel oops. Fixes: 03db3a2d81e6 (IB/core: Add RoCE GID table management) Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'Documentation')