https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272018
--- Comment #5 from Stefan Eßer <[email protected]> --- Created attachment 242927 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242927&action=edit Updated VPD patch This patch removes a few superfluous tests for allocations that cannot fail and for the size of a resource value (which cannot be below 0, will be <= 255 for all resources, but might theoretically be up to 65535 in case of the ident string - which in practice will be much smaller than 100 bytes, though). -- You are receiving this mail because: You are the assignee for the bug.
