Commit 3bf623d7 authored by Alexandre Julliard's avatar Alexandre Julliard

Added some padding to the PDB for ill-behaving apps (problem reported

by Andreas Mohr).
parent bdc48bd1
......@@ -33,6 +33,7 @@ typedef struct
BYTE fcb1[16]; /* 5c First FCB */
BYTE fcb2[20]; /* 6c Second FCB */
BYTE cmdLine[128]; /* 80 Command-line (first byte is len)*/
BYTE padding[16]; /* Some apps access beyond the end of the cmd line */
} PDB;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment