aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ld.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/ld/ld.c')
-rw-r--r--gnu/usr.bin/ld/ld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ld.c b/gnu/usr.bin/ld/ld.c
index a0d8ee1d7ef4..a1205fd968f4 100644
--- a/gnu/usr.bin/ld/ld.c
+++ b/gnu/usr.bin/ld/ld.c
@@ -32,7 +32,7 @@ static char sccsid[] = "@(#)ld.c 6.10 (Berkeley) 5/22/91";
Set, indirect, and warning symbol features added by Randy Smith. */
/*
- * $Id: ld.c,v 1.32 1996/04/24 23:31:08 jdp Exp $
+ * $Id: ld.c,v 1.33 1996/05/28 16:17:48 phk Exp $
*/
/* Define how to initialize system-dependent header fields. */
@@ -700,7 +700,7 @@ decode_option(swt, arg)
return;
case 'O':
- output_filename = malloc(strlen(arg)+4);
+ output_filename = malloc(strlen(arg)+5);
strcpy(output_filename, arg);
strcat(output_filename, ".tmp");
real_output_filename = arg;