mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Buffer overflow from OpenBSD
1.3 deraadt: buf oflow, felix@mamba.pond.sub.org Obtained from: OpenBSD Not sure how to exploit this, but may be a backmerge candidate.
This commit is contained in:
parent
5b266377fd
commit
2de57f9bbb
1 changed files with 10 additions and 10 deletions
|
|
@ -191,18 +191,18 @@ struct File {
|
|||
char struck; /* 66 */
|
||||
struct ship *captured; /* 68 */
|
||||
short pcrew; /* 70 */
|
||||
char movebuf[10]; /* 72 */
|
||||
char drift; /* 82 */
|
||||
char movebuf[60]; /* 72 */
|
||||
char drift; /* 132 */
|
||||
short nfoul;
|
||||
short ngrap;
|
||||
struct snag foul[NSHIP]; /* 84 */
|
||||
struct snag grap[NSHIP]; /* 124 */
|
||||
char RH; /* 224 */
|
||||
char RG; /* 226 */
|
||||
char RR; /* 228 */
|
||||
char FS; /* 230 */
|
||||
char explode; /* 232 */
|
||||
char sink; /* 234 */
|
||||
struct snag foul[NSHIP]; /* 134 */
|
||||
struct snag grap[NSHIP]; /* 144 */
|
||||
char RH; /* 274 */
|
||||
char RG; /* 276 */
|
||||
char RR; /* 278 */
|
||||
char FS; /* 280 */
|
||||
char explode; /* 282 */
|
||||
char sink; /* 284 */
|
||||
char dir;
|
||||
short col;
|
||||
short row;
|
||||
|
|
|
|||
Loading…
Reference in a new issue