VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (508 - 510 of 16363)

Ticket Resolution Summary Owner Reporter
#15521 invalid vbox/src/VBox/RDP/client-1.8.3/disk.c:1398: bad test ? dcb
Description vbox/src/VBox/RDP/client-1.8.3/disk.c:1398]: (warning) Logical disjunction always evaluates to true: EXPR != 20
EXPR != 9.

Source code is

if (((request >> 16) != 20)
((request >> 16) != 9))
#15522 invalid vbox/src/VBox/RDP/client-1.8.3/ctrl.c:509: schoolboy howler with fgetc and EOF ? dcb
Description

vbox/src/VBox/RDP/client-1.8.3/ctrl.c:509]: (warning) Storing fgetc() return value in char variable and then comparing with EOF.

Source code is

while ((c = fgetc(fp)) != EOF && index < CTRL_RESULT_SIZE && c != '\n')

Suggest change type of c to int.

#15515 duplicate vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/slk.c: 2 * Division by zero. dcb
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy