Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ESP32-audioI2S
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ESP32-audioI2S
Commits
b5b82718
Commit
b5b82718
authored
Aug 29, 2023
by
schreibfaul1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Possible data truncation in Vorbis Decoder (Issue #580)
parent
edfcf9f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/vorbis_decoder/vorbis_decoder.cpp
src/vorbis_decoder/vorbis_decoder.cpp
+2
-2
No files found.
src/vorbis_decoder/vorbis_decoder.cpp
View file @
b5b82718
...
...
@@ -15,7 +15,7 @@
* adapted for the ESP32 by schreibfaul1
*
* Created on: 13.02.2023
* Updated on: 2
8
.08.2023
* Updated on: 2
9
.08.2023
*/
//----------------------------------------------------------------------------------------------------------------------
// O G G I M P L.
...
...
@@ -3067,7 +3067,7 @@ int32_t *_vorbis_window(int left) {
}
}
//---------------------------------------------------------------------------------------------------------------------
void
mdct_unroll_lap
(
int
n0
,
int
n1
,
int
lW
,
int
W
,
int
*
in
,
int
*
right
,
const
int
*
w0
,
const
in
t
*
w1
,
short
int
*
out
,
void
mdct_unroll_lap
(
int
n0
,
int
n1
,
int
lW
,
int
W
,
int
32_t
*
in
,
int32_t
*
right
,
const
int32_t
*
w0
,
const
int32_
t
*
w1
,
short
int
*
out
,
int
step
,
int
start
,
/* samples, this frame */
int
end
/* samples, this frame */
)
{
int32_t
*
l
=
in
+
(
W
&&
lW
?
n1
>>
1
:
n0
>>
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment