Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
74154ad9
Unverified
Commit
74154ad9
authored
Jun 06, 2020
by
A1ive
Committed by
GitHub
Jun 06, 2020
Browse files
Fix iPXE '-Werror=zero-length-bounds' (#202)
parent
43fcd4f2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
IPXE/ipxe_mod_code/ipxe-3fe683e/src/include/ipxe/sanboot.h
IPXE/ipxe_mod_code/ipxe-3fe683e/src/include/ipxe/sanboot.h
+3
-2
No files found.
IPXE/ipxe_mod_code/ipxe-3fe683e/src/include/ipxe/sanboot.h
View file @
74154ad9
...
...
@@ -85,13 +85,14 @@ struct san_device {
struct
list_head
opened
;
/** List of closed SAN paths */
struct
list_head
closed
;
/** SAN paths */
struct
san_path
path
[
0
];
unsigned
int
exdrive
;
int
int13_command
;
void
*
x86_regptr
;
uint8_t
boot_catalog_sector
[
2048
];
/** SAN paths */
struct
san_path
path
[
0
];
};
/** SAN device flags */
...
...
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