VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2398 - 2400 of 16363)

Ticket Resolution Summary Owner Reporter
#15516 invalid vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp:879: wrong delete ? dcb
Description

vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp:879]: (error) Mismatching allocation and deallocation: NewStr

Source code is

NewStr = new CHAR8[strlen (VarStr) + strlen (SName) + 1]; NewStr[0] = '\0'; strcpy (NewStr, SName); strcat (NewStr, VarStr + strlen (FName)); ReturnCode = lCVfrVarDataTypeDB.GetDataFieldInfo (NewStr, Info.mInfo.mVarOffset, Info.mVarType, Info.mVarTotalSize); delete NewStr;

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

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

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