diff options
author | Max Rees <maxcrees@me.com> | 2020-11-22 00:29:45 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-11-22 00:29:45 -0500 |
commit | 8961c23b4a0761e2dfc30143c0d54c1829843266 (patch) | |
tree | 29973b95db35d7e365a9977e9a96f3e8f0cde567 /user/vorbis-tools/vorbis-tools-cve9640.patch | |
parent | c264d8733292f1a1fd6d71c8fd0d0f8f257da557 (diff) | |
download | packages-8961c23b4a0761e2dfc30143c0d54c1829843266.tar.gz packages-8961c23b4a0761e2dfc30143c0d54c1829843266.tar.bz2 packages-8961c23b4a0761e2dfc30143c0d54c1829843266.tar.xz packages-8961c23b4a0761e2dfc30143c0d54c1829843266.zip |
user/vorbis-tools: cleanup sec patches from upstream
https://gitlab.xiph.org/xiph/vorbis-tools
Diffstat (limited to 'user/vorbis-tools/vorbis-tools-cve9640.patch')
-rw-r--r-- | user/vorbis-tools/vorbis-tools-cve9640.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/user/vorbis-tools/vorbis-tools-cve9640.patch b/user/vorbis-tools/vorbis-tools-cve9640.patch deleted file mode 100644 index 97d18e0db..000000000 --- a/user/vorbis-tools/vorbis-tools-cve9640.patch +++ /dev/null @@ -1,29 +0,0 @@ -Index: vorbis-tools/oggenc/oggenc.c
-===================================================================
---- vorbis-tools/oggenc/oggenc.c (revision 19116)
-+++ vorbis-tools/oggenc/oggenc.c (revision 19117)
-@@ -98,4 +98,6 @@
- 0,0,0.f,
- 0, 0, 0, 0, 0};
-+ input_format raw_format = {NULL, 0, raw_open, wav_close, "raw",
-+ N_("RAW file reader")};
-
- int i;
-@@ -240,6 +242,4 @@
- if(opt.rawmode)
- {
-- input_format raw_format = {NULL, 0, raw_open, wav_close, "raw",
-- N_("RAW file reader")};
-
- enc_opts.rate=opt.raw_samplerate;
-Index: vorbis-tools/oggenc/skeleton.h
-===================================================================
---- vorbis-tools/oggenc/skeleton.h (revision 19116)
-+++ vorbis-tools/oggenc/skeleton.h (revision 19117)
-@@ -42,5 +42,5 @@
- ogg_int64_t start_granule; /* start granule value */
- ogg_uint32_t preroll; /* preroll */
-- unsigned char granule_shift; // a 8-bit field /* 1 byte value holding the granule shift */
-+ unsigned char granule_shift; /* 1 byte value holding the granule shift */
- char *message_header_fields; /* holds all the message header fields */
- /* current total size of the message header fields, for realloc purpose, initially zero */
|