CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/06/26 10:07:00
Modified files: sys/net : rtsock.c Log message: Switch walkargs for the buffer size to size_t and change the overflow check to the less awkward w->w_needed <= w->w_given. OK bluhm@