summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libsndfile/lossy_comp_test-overflow.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/libsndfile/lossy_comp_test-overflow.dpatch')
-rw-r--r--abs/core-testing/libsndfile/lossy_comp_test-overflow.dpatch21
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/core-testing/libsndfile/lossy_comp_test-overflow.dpatch b/abs/core-testing/libsndfile/lossy_comp_test-overflow.dpatch
deleted file mode 100644
index bf5c829..0000000
--- a/abs/core-testing/libsndfile/lossy_comp_test-overflow.dpatch
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## lossy_comp_test-overflow.dpatch by Martin Michlmayr <tbm@cyrius.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Avoid a possible overflow in sum_abs.
-## DP: See #362414.
-
-@DPATCH@
-diff -urNad libsndfile-1.0.17~/tests/lossy_comp_test.c libsndfile-1.0.17/tests/lossy_comp_test.c
---- libsndfile-1.0.17~/tests/lossy_comp_test.c 2006-08-31 11:22:07.000000000 +0200
-+++ libsndfile-1.0.17/tests/lossy_comp_test.c 2007-04-07 10:33:05.000000000 +0200
-@@ -691,7 +691,8 @@
- lcomp_test_int (const char *filename, int filetype, int channels, double margin)
- { SNDFILE *file ;
- SF_INFO sfinfo ;
-- int k, m, *orig, *data, sum_abs ;
-+ int k, m, *orig, *data ;
-+ long long sum_abs ;
- long datalen, seekpos ;
- double scale ;
-