summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-jvmti.c
blob: 1c665f09b9d65ff8bed2920c6f8c96e963b3fb2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <jvmti.h>
#include <jvmticmlr.h>

int main(void)
{
	JavaVM			jvm	__attribute__((unused));
	jvmtiEventCallbacks	cb	__attribute__((unused));
	jvmtiCapabilities	caps	__attribute__((unused));
	jvmtiJlocationFormat	format	__attribute__((unused));
	jvmtiEnv		jvmti	__attribute__((unused));

	return 0;
}
git/commit/net/rds?h=nds-private-remove&id=cdaf25dfc058ee6f7a7b2e2353de00fa288c0cd4'>cdaf25dfc058ee6f7a7b2e2353de00fa288c0cd4 (patch) treea45096fd9e8aaeea2eac1f1999a3d17dfeb0d02b /net/rds parent1930b60352e7e195f55b27cde15d2a8f43342a8b (diff)
smc: some potential use after free bugs
Say we got really unlucky and these failed on the last iteration, then it could lead to a use after free bug. Fixes: cd6851f30386 ("smc: remote memory buffers (RMBs)") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds')