mirror of
https://github.com/solemnwarning/ipxwrapper
synced 2024-12-30 16:45:37 +01:00
Fix out-of-bounds array access.
This commit is contained in:
parent
35892e0ec0
commit
f503415a30
@ -35,7 +35,7 @@ static const char *dll_names[] = {
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static HANDLE dll_handles[] = {NULL, NULL, NULL, NULL, NULL, NULL};
|
static HANDLE dll_handles[] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL};
|
||||||
|
|
||||||
/* Convert a windows error number to an error message */
|
/* Convert a windows error number to an error message */
|
||||||
const char *w32_error(DWORD errnum) {
|
const char *w32_error(DWORD errnum) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user