svn commit: r317823 - stable/10/sys/dev/hyperv/input

2017-05-04 Thread Sepherosa Ziehau
Author: sephe Date: Fri May 5 06:00:32 2017 New Revision: 317823 URL: https://svnweb.freebsd.org/changeset/base/317823 Log: MFC 317821 hyperv/kbd: Channel read expects non-NULL channel argument. Sponsored by: Microsoft Modified: stable/10/sys/dev/hyperv/input/hv_kbd.c Dire

svn commit: r317796 - stable/10/usr.sbin/mixer

2017-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 4 14:55:07 2017 New Revision: 317796 URL: https://svnweb.freebsd.org/changeset/base/317796 Log: MFC r317596: mixer(8): Prevent possible sscanf() overflow. Fix %s buffer sizes in sscanf(). Obtained from:DragonflyBSD (git dab952e2) Modified: stable

svn commit: r317794 - in stable/10: sys/dev/sound/pcm usr.bin/unexpand

2017-05-04 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 4 14:50:25 2017 New Revision: 317794 URL: https://svnweb.freebsd.org/changeset/base/317794 Log: MFC r317583: Fix some cases where an index was used before its limits check. Obtained from:DragonFlyBSD (git 799ba435) Modified: stable/10/sys/dev/sound/pc