CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2014/11/21 14:30:50
Modified files: sys/lib/libkern/arch/amd64: memset.S Log message: mask off high bits from 'c', before operation, otherwise the packing logic writes balony. Hunting with tedu, mlarkin, and final bit spotted by naddy in freebsd's version.