From d49743443425d874d88fe069acc91dbd5135f0e4 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 30 Mar 2012 10:57:51 -0700 Subject: Who would have guessed - checking returns from strlcat found a memory overwrite bug :-). --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b0c74e2f37..1e9e59b280 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -7315,7 +7315,7 @@ static bool run_shortname_test(int dummy) bool correct = True; int i; struct sn_state s; - char fname[20]; + char fname[40]; NTSTATUS status; printf("starting shortname test\n"); -- cgit