VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (511 - 513 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 ?*/;

}

#15514 invalid vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/isa_ids.c:23: off by one error ? dcb
Description

vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/isa_ids.c:23]: (error) Buffer is accessed out of bounds: buf

Source code is

sprintf ( &buf[3], "%04x", bswap_16 ( product ) );

but

static char buf[7];

so buf needs to be one larger to hold 3 + 4 + 1 (zero) bytes.

#15519 duplicate vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/Socket.c: bad comparison ? dcb
Description

vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/Socket.c:5527]: (style) A pointer can not be negative so it is either pointless or an error to check if it is.

Source code is

&& ( 0 > pDataLength )

but

OUT size_t * pDataLength,

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