In the Linux kernel, the following vulnerability has been resolved: xfrmuser: fix info leak in buildmapping() struct xfrmusersaid has a one-byte padding hole after the proto field, which ends up never getting set to zero before copying out to userspace. Fix that up by zeroing out the whole structure before setting individual variables.