summarylogtreecommitdiffstats
path: root/glibc-2.20-do_ftell_wide-memleak.patch
diff options
context:
space:
mode:
authorFantix King2014-12-06 12:28:32 +0800
committerFantix King2015-11-13 01:19:10 +0800
commit3d6dd15d4ba16dba5fb472dcf264236d84109c36 (patch)
tree4988581a0d4039b64687de1aa523801be3c64c78 /glibc-2.20-do_ftell_wide-memleak.patch
parent04e15c1da04f8f50e79cdd597cb000ab576bde8a (diff)
downloadaur-3d6dd15d4ba16dba5fb472dcf264236d84109c36.tar.gz
2.20-4.1
Diffstat (limited to 'glibc-2.20-do_ftell_wide-memleak.patch')
-rw-r--r--glibc-2.20-do_ftell_wide-memleak.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/glibc-2.20-do_ftell_wide-memleak.patch b/glibc-2.20-do_ftell_wide-memleak.patch
deleted file mode 100644
index 0896a6430dc2..000000000000
--- a/glibc-2.20-do_ftell_wide-memleak.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/libio/wfileops.c b/libio/wfileops.c
-index f123add..ebc06e8 100644
---- a/libio/wfileops.c
-+++ b/libio/wfileops.c
-@@ -711,6 +711,7 @@ do_ftell_wide (_IO_FILE *fp)
- return WEOF;
-
- offset += outstop - out;
-+ free (out);
- }
-
- /* We don't trust _IO_read_end to represent the current file offset