CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2018/08/29 19:32:53
Modified files: sbin/route : route.c Log message: Fix "route add 0.0.0.0/0 <gateway>" to work properly. Shift count beyonds the integer width results undefined behavior in C spec. Actually the count is masked by 0x1f on amd64. Found by asou at soum.co.jp ok claudio kn schwarze