summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common/module.c')
-rw-r--r--sys/boot/common/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c
index 12ffe6e..fed788d 100644
--- a/sys/boot/common/module.c
+++ b/sys/boot/common/module.c
@@ -396,7 +396,7 @@ file_loadraw(char *type, char *name)
/* Looks OK so far; create & populate control structure */
fp = file_alloc();
- fp->f_name = name;
+ fp->f_name = strdup(name);
fp->f_type = strdup(type);
fp->f_args = NULL;
fp->f_metadata = NULL;
OpenPOWER on IntegriCloud