VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2392 - 2394 of 16363)

Ticket Resolution Summary Owner Reporter
#15523 invalid vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ath5k_desc.c: 2 * missing break ? dcb
Description

[vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ath5k_desc.c:106] -> [vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ath5k_desc.c:108]: (warning) Variable 'frame_type' is reassigned a value before the old one has been used. 'break;' missing? [vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ath5k_desc.c:108] -> [vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ath5k_desc.c:110]: (warning) Variable 'frame_type' is reassigned a value before the old one has been used. 'break;' missing?

Source code is

switch (type) { case AR5K_PKT_TYPE_BEACON: case AR5K_PKT_TYPE_PROBE_RESP:

frame_type = AR5K_AR5210_TX_DESC_FRAME_TYPE_NO_DELAY;

case AR5K_PKT_TYPE_PIFS:

frame_type = AR5K_AR5210_TX_DESC_FRAME_TYPE_PIFS;

default:

frame_type = type /*<< 2 ?*/;

}

#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.

#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))
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