summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdelibs/files/tdelibs-malloc.patch
diff options
context:
space:
mode:
authorormorph <[email protected]>2023-12-30 20:41:23 +0300
committerTDE Gitea <[email protected]>2023-12-31 08:15:09 +0000
commit187e714ba6c40fa9bd349eafa410b8ea9aa555bd (patch)
treef66caf460bdc57365b698c074716e1f504543dc1 /trinity-base/tdelibs/files/tdelibs-malloc.patch
parenteee783cd589b3d93ab7457f73935f885bab1ad87 (diff)
downloadtde-packaging-gentoo-187e714ba6c40fa9bd349eafa410b8ea9aa555bd.tar.gz
tde-packaging-gentoo-187e714ba6c40fa9bd349eafa410b8ea9aa555bd.zip
Removing unused patches
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-base/tdelibs/files/tdelibs-malloc.patch')
-rw-r--r--trinity-base/tdelibs/files/tdelibs-malloc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/trinity-base/tdelibs/files/tdelibs-malloc.patch b/trinity-base/tdelibs/files/tdelibs-malloc.patch
deleted file mode 100644
index 9e4ebeb5..00000000
--- a/trinity-base/tdelibs/files/tdelibs-malloc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tdecore/malloc/malloc.c
-+++ b/tdecore/malloc/malloc.c
-@@ -4306,7 +4306,7 @@
- remainder_size = chunksize(p);
-
- if (opts & 0x2) { /* optionally clear the elements */
-- memset(mem, 0, remainder_size - SIZE_SZ - array_size)
-+ memset(mem, 0, remainder_size - SIZE_SZ - array_size);
- }
-
- /* If not provided, allocate the pointer array as final part of chunk */