SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 67 Rust

uefi: Use slice equality rather than `memcmp`

`compiler_builtins` shouldn't be called directly. Change the `PartialEq`
implementation for `DevicePathNode` to use slice equality instead, which
will call `memcmp`/`bcmp` via the intrinsic.
T
Trevor Gross committed
8d0b92acbff06a46519e012c6a171d0554e0d8ef
Parent: e5e79f8