summaryrefslogtreecommitdiff
path: root/comms/spandsp-devel5/files/patch-src-spandsp-dc_restore.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /comms/spandsp-devel5/files/patch-src-spandsp-dc_restore.h
parentFix the string format vulnerability desribed at (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'comms/spandsp-devel5/files/patch-src-spandsp-dc_restore.h')
-rw-r--r--comms/spandsp-devel5/files/patch-src-spandsp-dc_restore.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/comms/spandsp-devel5/files/patch-src-spandsp-dc_restore.h b/comms/spandsp-devel5/files/patch-src-spandsp-dc_restore.h
deleted file mode 100644
index d2f63ad0d8e4..000000000000
--- a/comms/spandsp-devel5/files/patch-src-spandsp-dc_restore.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/spandsp/dc_restore.h.orig Tue Jan 18 15:05:48 2005
-+++ src/spandsp/dc_restore.h Thu Jun 30 22:35:33 2005
-@@ -85,6 +85,11 @@
- }
- /*- End of function --------------------------------------------------------*/
-
-+#ifndef INT16_MAX
-+#define INT16_MAX 0x7fff
-+#define INT16_MIN (-0x7fff-1)
-+#endif
-+
- static inline int16_t saturate(int32_t amp)
- {
- if (amp > INT16_MAX)