diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:20:01 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:20:01 +0000 |
| commit | 0438fc26f0d6919bbce73c2edd0403bc86de4371 (patch) | |
| tree | 2150fb848141aac7ed7a5aa3efcb9d9faa7d5fa2 /textproc/opensched/files/patch-src__loadfile.c | |
| parent | Rename sysutils/ patch-xy patches to reflect the files they modify. (diff) | |
Rename textproc/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'textproc/opensched/files/patch-src__loadfile.c')
| -rw-r--r-- | textproc/opensched/files/patch-src__loadfile.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/opensched/files/patch-src__loadfile.c b/textproc/opensched/files/patch-src__loadfile.c new file mode 100644 index 000000000000..da635f22e5fc --- /dev/null +++ b/textproc/opensched/files/patch-src__loadfile.c @@ -0,0 +1,10 @@ +--- src/loadfile.c.orig Sat Oct 19 15:29:13 2002 ++++ src/loadfile.c Sat Oct 19 15:28:40 2002 +@@ -268,6 +268,7 @@ + t = (TASK*)malloc(sizeof(TASK)); + if ( t == NULL ) + Error("Can't malloc task in AddTask()"); ++ memset(t, 0, sizeof(TASK)); + + t->id = strdup(id); + t->name = strdup(name); |
