CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/09/07 03:23:07
Modified files: sys/net : bfd.c Log message: Do not check for NULL after calling an allocator with WAITOK. All allocations are done during ioctl() so it is safe to sleep. ok claudio@, phessler@