Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 30d62f5e3170c01f3331677894f80415eec92f23
      
https://github.com/tianocore/edk2/commit/30d62f5e3170c01f3331677894f80415eec92f23
  Author: Dimitrije Pavlov <dimitrije.pav...@arm.com>
  Date:   2022-08-16 (Tue, 16 Aug 2022)

  Changed paths:
    M OvmfPkg/PlatformDxe/Platform.c

  Log Message:
  -----------
  OvmfPkg/PlatformDxe: Check ExtractConfig and RouteConfig arguments

The current implementation does not check if Progress or Results
pointers in ExtractConfig are NULL, or if Progress pointer in
RouteConfig is NULL. This causes the SCT test suite to crash.

Add a check to return EFI_INVALID_PARAMETER if any of these pointers
are NULL.

Signed-off-by: Dimitrije Pavlov <dimitrije.pav...@arm.com>
Reviewed-by: Sunny Wang <sunny.w...@arm.com>


  Commit: b94836b2241c16c74d70d7bb2ae478f7750655bc
      
https://github.com/tianocore/edk2/commit/b94836b2241c16c74d70d7bb2ae478f7750655bc
  Author: Dimitrije Pavlov <dimitrije.pav...@arm.com>
  Date:   2022-08-16 (Tue, 16 Aug 2022)

  Changed paths:
    M OvmfPkg/VirtioGpuDxe/Gop.c

  Log Message:
  -----------
  OvmfPkg/VirtioGpuDxe: Check QueryMode arguments

The current implementation does not check if Info or SizeInfo
pointers are NULL. This causes the SCT test suite to crash.

Add a check to return EFI_INVALID_PARAMETER if any of these
pointers are NULL.

Signed-off-by: Dimitrije Pavlov <dimitrije.pav...@arm.com>
Reviewed-by: Sunny Wang <sunny.w...@arm.com>


  Commit: 3f282f451023234e16510516fbad20cd0ca04847
      
https://github.com/tianocore/edk2/commit/3f282f451023234e16510516fbad20cd0ca04847
  Author: Dimitrije Pavlov <dimitrije.pav...@arm.com>
  Date:   2022-08-16 (Tue, 16 Aug 2022)

  Changed paths:
    M OvmfPkg/VirtioFsDxe/DriverBinding.c

  Log Message:
  -----------
  OvmfPkg/VirtioFsDxe: Check GetDriverName arguments

The current implementation does not check if Language or DriverName
are NULL. This causes the SCT test suite to crash.

Add a check to return EFI_INVALID_PARAMETER if any of these pointers
are NULL.

Signed-off-by: Dimitrije Pavlov <dimitrije.pav...@arm.com>
Reviewed-by: Sunny Wang <sunny.w...@arm.com>


Compare: https://github.com/tianocore/edk2/compare/2812668bfc12...3f282f451023


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to