summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/rpcgen/rpc_cout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rpcgen/rpc_cout.c b/tools/rpcgen/rpc_cout.c
index 377ba0b..a9d1456 100644
--- a/tools/rpcgen/rpc_cout.c
+++ b/tools/rpcgen/rpc_cout.c
@@ -692,7 +692,7 @@ upcase(char *str)
char *ptr, *hptr;
- ptr = (char *) malloc(strlen(str));
+ ptr = (char *) malloc(strlen(str)+1);
if (ptr == (char *) NULL) {
f_print(stderr, "malloc failed \n");
exit(1);