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
80dc1f9c
Commit
80dc1f9c
authored
May 06, 2006
by
Marcus Meissner
Committed by
Alexandre Julliard
May 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Fix possible buffer overflow.
Increase size of passed buffer to print into.
parent
af67bc86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pixelshader.c
dlls/wined3d/pixelshader.c
+2
-2
No files found.
dlls/wined3d/pixelshader.c
View file @
80dc1f9c
...
...
@@ -1225,8 +1225,8 @@ inline static VOID IWineD3DPixelShaderImpl_GenerateProgramArbHW(IWineD3DPixelSha
break
;
case
D3DSIO_TEX
:
{
char
reg_dest
[
2
0
];
char
reg_coord
[
2
0
];
char
reg_dest
[
4
0
];
char
reg_coord
[
4
0
];
char
reg_coord_swz
[
20
]
=
""
;
DWORD
reg_dest_code
;
DWORD
reg_sampler_code
;
...
...
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