Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f5c8d273
Commit
f5c8d273
authored
Oct 26, 2023
by
Rémi Bernon
Committed by
Alexandre Julliard
Oct 26, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dmband: Skip band / band track chunk on parsing failure.
parent
60e8b78e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
band.c
dlls/dmband/band.c
+1
-1
bandtrack.c
dlls/dmband/bandtrack.c
+1
-1
No files found.
dlls/dmband/band.c
View file @
f5c8d273
...
...
@@ -422,6 +422,7 @@ static HRESULT WINAPI band_persist_stream_Load(IPersistStream *iface, IStream *s
}
}
stream_skip_chunk
(
stream
,
&
chunk
);
if
(
FAILED
(
hr
))
return
hr
;
if
(
TRACE_ON
(
dmband
))
...
...
@@ -439,7 +440,6 @@ static HRESULT WINAPI band_persist_stream_Load(IPersistStream *iface, IStream *s
}
}
stream_skip_chunk
(
stream
,
&
chunk
);
return
S_OK
;
}
...
...
dlls/dmband/bandtrack.c
View file @
f5c8d273
...
...
@@ -568,6 +568,7 @@ static HRESULT WINAPI band_track_persist_stream_Load(IPersistStream *iface, IStr
}
}
stream_skip_chunk
(
stream
,
&
chunk
);
if
(
FAILED
(
hr
))
return
hr
;
if
(
TRACE_ON
(
dmband
))
...
...
@@ -590,7 +591,6 @@ static HRESULT WINAPI band_track_persist_stream_Load(IPersistStream *iface, IStr
}
}
stream_skip_chunk
(
stream
,
&
chunk
);
return
S_OK
;
}
...
...
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