Custom Query (16363 matches)
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 ? | ||
| 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
|
|||
| #15514 | invalid | vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/isa_ids.c:23: off by one error ? | ||
| 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
but
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 ? | ||
| 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
but
|
|||

