fix bgpd unittests

2019-03-02 Thread mbuhl
Hi, the bgpd unittests are currently failing because the signature of sa2addr changed. > Wed Feb 27 04:31:56 2019 UTC (4 days, 1 hour ago) by claudio > Convert the remote and local addresses in struct peer to be bgpd_addrs > instead of sockaddr_storage. This again helps protability and

reverse scroll direction wstpad

2019-03-02 Thread Ted Unangst
One more quick hack. I have become accustomed to scroll going in the reverse direction. Previously set a negative delta with synclient. Again, not sure how to connect this to wsconsctl, but here's what I'm running. Index: wstpad.c

Re: [PATCH] Fix OID for sm3WithRSAEncryption.

2019-03-02 Thread Theo Buehler
On Sat, Mar 02, 2019 at 04:23:55PM +, Daniel Wyatt wrote: > It looks to me like these OIDs were mixed up. Indeed, thank you. I will commit this shortly. https://tools.ietf.org/id/draft-oscca-cfrg-sm3-01.html#rfc.section.8.3 If anyone wishes to double check. > From

[PATCH] Fix OID for sm3WithRSAEncryption.

2019-03-02 Thread Daniel Wyatt
It looks to me like these OIDs were mixed up. >From 662195ccde3bad7dc239dabbffc1624fd45117f2 Mon Sep 17 00:00:00 2001 From: Daniel Wyatt Date: Sat, 2 Mar 2019 11:13:20 -0500 Subject: [PATCH] Fix OID for sm3WithRSAEncryption. It looks like this was using the OID for SM2 signing w/SM3, rather than

less(1) UTF-8 cleanup: backc()

2019-03-02 Thread Ingo Schwarze
Hi, the first step in cleaning up do_append() is the subroutine backc(), which is only called from a single place, namely in do_append(). Its purpose is to back up over the previous positive-width character during the application of backspace-encoding for "bold" or "underlined". The task here is

Re: nm(1): return on malloc error

2019-03-02 Thread Benjamin Baier
Ping. On malloc error symtab is unmapped, so proceeding on will lead to a NULL pointer dereference. On Wed, 20 Feb 2019 17:55:08 +0100 Benjamin Baier wrote: > Hi. > > When malloc fails we should return like the MMAP case does. > > Greetings Ben > Index: nm.c