From bcc0f0ae4df189a57bc5dd042d31aeed876b8e36 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 13 May 2013 08:23:17 +0200 Subject: bugfix: invalid addressing in string class (recent regression) --- runtime/libgcry_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/libgcry_common.c') diff --git a/runtime/libgcry_common.c b/runtime/libgcry_common.c index 63b5e5d5..07a524dc 100644 --- a/runtime/libgcry_common.c +++ b/runtime/libgcry_common.c @@ -98,7 +98,7 @@ fprintf(stderr, "pre execve: %s\n", cmd); */ /* we should never reach this point, but if we do, we terminate */ -done: return; + return; } -- cgit v1.2.3