Re: backgrounded ssh, strange terminal behaviour

2019-12-10 Thread Darren Tucker
On Wed, 11 Dec 2019 at 01:10, Stuart Henderson wrote: > Not new (it happens in at least 6.6) but I just noticed this. > > If I run some program via ssh command-line ("ssh localhost sleep 60" > is good enough), then put it in the background (^Z bg), the terminal > misses about a third of

Re: ripd: memory leak and double free/use-after-free

2019-12-10 Thread Remi Locherer
On Tue, Dec 10, 2019 at 07:05:27PM +0100, Hiltjo Posthuma wrote: > Hi, > > While looking at the code of ripd: > > I think there are (also) 2 small memleaks in a debug/error path > (IMSG_REQUEST_ADD and IMSG_RESPONSE_ADD). It breaks out before adding the > struct rip_route as an entry by the

Re: ospf6d: refactor kernel route message handling

2019-12-10 Thread Remi Locherer
On Mon, Dec 09, 2019 at 07:31:11PM +0100, Denis Fondras wrote: > Give some love to ospf6d. > > The goal is to have ospf6d looks like ospfd, this could be useful to have > changes made in one daemon from one go inside the other. > > I will do it step by step until I get to the point where

ripd: memory leak and double free/use-after-free

2019-12-10 Thread Hiltjo Posthuma
Hi, While looking at the code of ripd: I think there are (also) 2 small memleaks in a debug/error path (IMSG_REQUEST_ADD and IMSG_RESPONSE_ADD). It breaks out before adding the struct rip_route as an entry by the add_entry function (which adds it and adds a reference count) in the log_debug

Re: backgrounded ssh, strange terminal behaviour

2019-12-10 Thread Otto Moerbeek
On Tue, Dec 10, 2019 at 01:56:29PM +, Stuart Henderson wrote: > Not new (it happens in at least 6.6) but I just noticed this. > > If I run some program via ssh command-line ("ssh localhost sleep 60" > is good enough), then put it in the background (^Z bg), the terminal > misses about a third

backgrounded ssh, strange terminal behaviour

2019-12-10 Thread Stuart Henderson
Not new (it happens in at least 6.6) but I just noticed this. If I run some program via ssh command-line ("ssh localhost sleep 60" is good enough), then put it in the background (^Z bg), the terminal misses about a third of characters typed. typed:123456789012345678901234567890 accepted:

Re: ldomctl: status: print started and stopped domains alike

2019-12-10 Thread Mark Kettenis
> Date: Mon, 9 Dec 2019 17:52:17 +0100 > From: Klemens Nanni > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > This fixes > > # ldomctl status > primary -running OpenBSD running > 0% > guest1

Re: rpki-client: improve the distclean target

2019-12-10 Thread Jeremie Courreges-Anglas
On Mon, Dec 09 2019, "Marco d'Itri" wrote: > Without this patch distclean may leave around some *.old files generated > by configure. The portable build system is not used or maintained within the OpenBSD source tree*. You'll be better off reporting this to Kristaps at