Opened 8 years ago
Closed 8 years ago
#15515 closed defect (duplicate)
vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/slk.c: 2 * Division by zero.
| Reported by: | dcb | Owned by: | |
|---|---|---|---|
| Component: | other | Version: | VirtualBox 5.0.22 |
| Keywords: | Cc: | ||
| Guest type: | other | Host type: | other |
Description
1.
vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/slk.c:275]: (error) Division by zero.
slks->max_label_len = available_width / nblocks;
but
default:
nblocks = 0; nmaj = 0; nmin = 0;
2.
vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/slk.c:277]: (error) Division by zero.
Duplicate.
Note:
See TracTickets
for help on using tickets.


Same comment as for #15514.