Re: openssl(1) passwd chunck canary corrupted

2018-08-08 Thread Theo Buehler
On Wed, Aug 08, 2018 at 05:53:56PM +0200, Theo Buehler wrote: > On Wed, Aug 08, 2018 at 02:45:29PM +0100, Ricardo Mestre wrote: > > Hi, > > > > When openssl(1) passwd is invoked without passing in the `password' as > > argument > > , meaning interactively, and if the password is 10 or more charac

Re: LACP Administrative Knobs

2018-08-08 Thread Carlos Cardenas
On Mon, Aug 06, 2018 at 08:18:23PM -0700, Carlos Cardenas wrote: > Howdy. > > Attached is a patch from my work that started at g2k18 on adding > administrative knobs to our LACP driver. > > The driver now has a new ioctl (SIOCxTRUNKOPTS), which for now only > has options for LACP: > * Mode - Acti

Re: openssl(1) passwd chunck canary corrupted

2018-08-08 Thread Theo Buehler
On Wed, Aug 08, 2018 at 02:45:29PM +0100, Ricardo Mestre wrote: > Hi, > > When openssl(1) passwd is invoked without passing in the `password' as > argument > , meaning interactively, and if the password is 10 or more characters it will > show the following memory corruption error, and using -cryp

Re: uaudioctl() shadow variable 'error'

2018-08-08 Thread Alexandre Ratchov
On Tue, Jul 31, 2018 at 05:53:14PM +0800, Michael W. Bombardieri wrote: > Hello, > > The function usbioctl() has an error variable and two more which > are declared in nested blocks, i.e. switch cases for USB_REQUEST > and USB_DEVICE_GET_FDESC. The following patch to remove the > nested declaratio

openssl(1) passwd chunck canary corrupted

2018-08-08 Thread Ricardo Mestre
Hi, When openssl(1) passwd is invoked without passing in the `password' as argument , meaning interactively, and if the password is 10 or more characters it will show the following memory corruption error, and using -crypt which is the default: openssl(43025) in free(): chunck canary corrupted 0x

Re: Fix Realtek product name from RT8188 to RTL8188CE

2018-08-08 Thread Stefan Sperling
On Wed, Aug 08, 2018 at 04:40:48PM +0800, Kevin Lo wrote: > ok? > OK with me. Don't forget to run 'make' in dev/pci as well to regen the pci device table C files :) > Index: sys/dev/pci/if_rtwn.c > === > RCS file: /cvs/src/sys/dev/p

Fix Realtek product name from RT8188 to RTL8188CE

2018-08-08 Thread Kevin Lo
ok? Index: sys/dev/pci/if_rtwn.c === RCS file: /cvs/src/sys/dev/pci/if_rtwn.c,v retrieving revision 1.30 diff -u -p -u -p -r1.30 if_rtwn.c --- sys/dev/pci/if_rtwn.c 3 Sep 2017 16:20:46 - 1.30 +++ sys/dev/pci/if_rtwn.c

Re: [sparc64] dead code in emul.c

2018-08-08 Thread Mark Kettenis
> Date: Wed, 8 Aug 2018 10:26:26 +0200 > From: Klemens Nanni > > On Mon, Aug 06, 2018 at 08:11:55PM +, Miod Vallat wrote: > > emul.c r1.19 removed a bunch of code, but not enough, and left dead code > > around. > OK kn Go ahead and commit it.

Re: [sparc64] dead code in emul.c

2018-08-08 Thread Klemens Nanni
On Mon, Aug 06, 2018 at 08:11:55PM +, Miod Vallat wrote: > emul.c r1.19 removed a bunch of code, but not enough, and left dead code > around. OK kn