diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-27 10:01:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-27 10:14:48 +0000 |
commit | 652ff54ffa8d0e5f58b36ec334f0b8ec84fb87a2 (patch) | |
tree | 9f893acf3109cdc62219f1bdcc3a4cf20db2dbf8 /testing/mono/strncat-process-c.patch | |
parent | 004864a58fd9cf4ba24b45dc193d72de40d0ad52 (diff) | |
download | aports-652ff54ffa8d0e5f58b36ec334f0b8ec84fb87a2.tar.bz2 aports-652ff54ffa8d0e5f58b36ec334f0b8ec84fb87a2.tar.xz |
testing/mono: upgrade to 4.6.1.5
Diffstat (limited to 'testing/mono/strncat-process-c.patch')
-rw-r--r-- | testing/mono/strncat-process-c.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mono/strncat-process-c.patch b/testing/mono/strncat-process-c.patch deleted file mode 100644 index b80fb30d85..0000000000 --- a/testing/mono/strncat-process-c.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./mono/metadata/process.c 2015-08-26 12:42:25.000000000 +0300 -+++ ./mono/metadata/process.c 2015-08-29 15:49:25.369632846 +0300 -@@ -380,7 +380,7 @@ static MonoObject* get_process_module (M - char filename [80] = "[In Memory] "; - const char *modulename = assembly->aname.name; - -- strncat (filename, modulename, 80); -+ strncat (filename, modulename, sizeof(filename)-strlen(filename)-1); - - /* Build a System.Diagnostics.ProcessModule with the data. - */ |