CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/04/25 16:15:01
Modified files: sys/dev/fdt : bcm2835_gpio.c Log message: Explicitly check that the length of the "brcm,pull" property is greater than zero to avoid a null-pointer dereference caused by unexpected (at least by me) type promotion. ok patrick@