Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f2d98ea7
Commit
f2d98ea7
authored
Dec 11, 2023
by
Eric Pouech
Committed by
Alexandre Julliard
Dec 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Skip deleted vector in hash inside PDB header.
Signed-off-by:
Eric Pouech
<
epouech@codeweavers.com
>
parent
135b132d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
msc.c
dlls/dbghelp/msc.c
+1
-5
No files found.
dlls/dbghelp/msc.c
View file @
f2d98ea7
...
...
@@ -3159,11 +3159,7 @@ static BOOL pdb_load_stream_name_table(struct pdb_file_info* pdb_file, const cha
/* bitfield: first dword is len (in dword), then data */
ok_bits
=
pdw
;
pdw
+=
*
ok_bits
++
+
1
;
if
(
*
pdw
++
!=
0
)
{
FIXME
(
"unexpected value
\n
"
);
return
FALSE
;
}
pdw
+=
*
pdw
+
1
;
/* skip deleted vector */
for
(
i
=
j
=
0
;
i
<
count
;
i
++
)
{
...
...
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