Re: httpd response mimetype bug

2018-06-15 Thread Hiltjo Posthuma
On Wed, Jun 13, 2018 at 08:07:11PM +0200, Reyk Floeter wrote: > On Sat, Jan 13, 2018 at 05:23:35PM +0100, Sebastian Benoit wrote: > > Hiltjo Posthuma(hil...@codemadness.org) on 2018.01.13 13:08:38 +0100: > > > On Sat, Jan 13, 2018 at 09:39:44AM +0100, Anton Lindqvist wrote: >

Re: mg: crash on re-search with a file containing an empty line

2020-07-04 Thread Hiltjo Posthuma
On Mon, Jun 29, 2020 at 02:36:31PM +0200, Theo Buehler wrote: > On Mon, Jun 29, 2020 at 01:17:56PM +0200, Hiltjo Posthuma wrote: > > Hi, > > > > Thanks for looking into it, it looks better. > > > > With this patch I noticed re_backsrch() does not work fully corre

Re: mg: segmentation fault when using query-replace-regexp

2020-07-21 Thread Hiltjo Posthuma
On Mon, Jul 20, 2020 at 10:11:46PM +0200, Theo Buehler wrote: > On Mon, Jul 13, 2020 at 03:47:13PM +0100, Mark Willson wrote: > > Folks, > > > > The segmentation fault occurs when the string to replace is just the > > "^" anchor (beginning-of-line) and the point is on an empty line. > > Issue occu

Re: mpv: segmentation fault on exit

2020-10-16 Thread Hiltjo Posthuma
On Mon, Sep 07, 2020 at 09:58:46PM +0200, Matthias Schmidt wrote: > Hi, > > * Klemens Nanni wrote: > > On Sat, Sep 05, 2020 at 07:18:00AM +0200, Klemens Nanni wrote: > > > Audio output makes no difference but video output is the culprit: all > > > work except "gpu", i.e. "xv", "sdl", "x11" and "t

Re: mpv: segmentation fault on exit

2020-12-13 Thread Hiltjo Posthuma
On Fri, Oct 16, 2020 at 04:38:32PM +0200, Hiltjo Posthuma wrote: > On Mon, Sep 07, 2020 at 09:58:46PM +0200, Matthias Schmidt wrote: > > Hi, > > > > * Klemens Nanni wrote: > > > On Sat, Sep 05, 2020 at 07:18:00AM +0200, Klemens Nanni wrote: > > > >

Re: Memory leak in rip engine (ripd)

2019-12-06 Thread Hiltjo Posthuma
On Thu, Dec 05, 2019 at 12:07:25PM +1100, Jason Tubnor wrote: > I have been trying to track down a memory leak that has been observed for > quite a number of years over multiple releases without success. I feel > that I have exhausted all potential configuration items that may have > caused this i

mg: crash on re-search with a file containing an empty line

2020-06-28 Thread Hiltjo Posthuma
Hi, I noticed a bug in mg with regex search. A way to reproduce the issue: * Create a file with atleast one empty line, for example: "a b" * Move the cursor after "a". * M-x re-search-forward, use a term like "^$". Result: Segmentation fault (core dumped) Reproduced on -current on amd64. B

Re: mg: crash on re-search with a file containing an empty line

2020-06-29 Thread Hiltjo Posthuma
On Sun, Jun 28, 2020 at 08:10:05PM +0200, Theo Buehler wrote: > On Sun, Jun 28, 2020 at 06:58:22PM +0200, Hiltjo Posthuma wrote: > > Hi, > > > > I noticed a bug in mg with regex search. > > > > A way to reproduce the issue: > > > > * Create a

Re: panic: BUG at /usr/src/sys/dev/pci/drm/drm_crtc.c:492

2016-07-11 Thread Hiltjo Posthuma
On Sun, Jul 10, 2016 at 08:47:02PM +0200, Matej Nanut wrote: > On 10 July 2016 at 20:23, Mike Larkin wrote: > > Don't expect a lot of help when using a nonstandard kernel. > > > > -ml > > Hello, thanks for the warning. > > If I'm able to reproduce this, I'll give you more info with a standard ke

crash with performance counter (RDPMC) on OpenBSD as QEMU quest VM

2016-03-12 Thread Hiltjo Posthuma
>Synopsis: crash with performance counter (RDPMC) on OpenBSD as QEMU quest >VM >Category: Crash / system hang >Environment: System : OpenBSD 5.8 and -current (snapshot: 2016-03-11) Details : OpenBSD 5.8 (GENERIC) #0: Fri Oct 23 11:15:05 CEST 2015

Re: crash with performance counter (RDPMC) on OpenBSD as QEMU quest VM

2016-03-15 Thread Hiltjo Posthuma
On Tue, Mar 15, 2016 at 12:08 PM, Mike Larkin wrote: > On Sat, Mar 12, 2016 at 01:49:08PM +0100, Hiltjo Posthuma wrote: >> >Synopsis:crash with performance counter (RDPMC) on OpenBSD as QEMU >> >quest VM >> >Category:Crash / system hang >> >Environm

Re: relayd: child sigsegv on relayctl poll cmd.

2017-10-15 Thread Hiltjo Posthuma
Hey, I can reproduce it, below is some backtrace with debug symbols and source and hopefully a few useful notes. Sorry: no patch attached ;) (gdb) bt #0 event_add (ev=0x1ca403b53a80, tv=0x7f7e0db8) at /usr/src/lib/libevent/event.c:680 #1 0x1ca12291949d in hce_launch_checks (fd=-1, eve

Re: relayd: child sigsegv on relayctl poll cmd.

2017-11-18 Thread Hiltjo Posthuma
On Sun, Oct 15, 2017 at 02:05:09PM +0200, Hiltjo Posthuma wrote: > Hey, > > I can reproduce it, below is some backtrace with debug symbols and source > and hopefully a few useful notes. Sorry: no patch attached ;) > > > (gdb) bt > #0 event_add (ev=0x1ca403b53a80, tv=0x

Re: relayd ssl inspection: lost child: pid 60617 terminated; signal 10

2017-11-21 Thread Hiltjo Posthuma
On Mon, Nov 20, 2017 at 09:20:59PM -0800, y...@sysdump.net wrote: > > Synopsis: relayd mitm exits with SIGBUS SIG_DFL code BUS_OBJERR<3> > > addr=0x... trapno=4 > > Category: system > > Environment: > System : OpenBSD 6.2 > Details : OpenBSD 6.2 (GENERIC.MP) #0: Thu

Re: relayd: child sigsegv on relayctl poll cmd.

2017-11-27 Thread Hiltjo Posthuma
On Sat, Nov 18, 2017 at 05:06:33PM +0100, Hiltjo Posthuma wrote: > On Sun, Oct 15, 2017 at 02:05:09PM +0200, Hiltjo Posthuma wrote: > > Hey, > > > > I can reproduce it, below is some backtrace with debug symbols and source > > and hopefully a few useful note

Re: relayd: child sigsegv on relayctl poll cmd.

2017-12-09 Thread Hiltjo Posthuma
On Mon, Nov 27, 2017 at 06:32:04PM +0100, Hiltjo Posthuma wrote: > On Sat, Nov 18, 2017 at 05:06:33PM +0100, Hiltjo Posthuma wrote: > > On Sun, Oct 15, 2017 at 02:05:09PM +0200, Hiltjo Posthuma wrote: > > > Hey, > > > > > > I can reproduce it, below is some bac

Re: httpd response mimetype bug

2018-01-13 Thread Hiltjo Posthuma
On Sat, Jan 13, 2018 at 09:39:44AM +0100, Anton Lindqvist wrote: > On Tue, Jan 09, 2018 at 05:38:57PM +0100, Hidvégi Gábor wrote: > > >Synopsis: httpd reports wrong mimetype when item is in the browser cache > > >Category: httpd > > >Environment: > > System : OpenBSD 6.2 > > De

Re: httpd randomly gives error 408

2018-01-13 Thread Hiltjo Posthuma
On Fri, Jan 12, 2018 at 05:15:24PM +0100, Hidvégi Gábor wrote: > >Synopsis: httpd randomly gives error 408 > >Category: httpd > >Environment: > System : OpenBSD 6.2 > Details : OpenBSD 6.2 (GENERIC) #132: Tue Oct 3 21:18:21 MDT 2017 > > dera...@amd64.openbsd.org:/usr/src/

Re: httpd randomly gives error 408

2018-01-15 Thread Hiltjo Posthuma
ity timeout for HTTP operations between client and server, for example the maximum time to wait for a request from the client. The default timeout is 60 seconds (1 minute). The maximum is 2147483647 seconds (68 years). " C

Re: macros someplaces don't work in httpd.conf

2018-01-15 Thread Hiltjo Posthuma
On Mon, Jan 15, 2018 at 02:18:07PM +0100, Hidvégi Gábor wrote: > >Synopsis: pre defined macros don't work in 'fastcgi socket' configuration > >line > >Category: httpd > >Environment: > System : OpenBSD 6.2 > Details : OpenBSD 6.2 (GENERIC) #132: Tue Oct 3 21:18:21 MDT 201

Re: Doubt about lpr.c

2017-02-14 Thread Hiltjo Posthuma
On Tue, Feb 14, 2017 at 03:50:05PM +0100, Federico Consoli wrote: > Hi, > I have a doubt about openbsd/usr.sbin/lpr/lpr/lpr.c function "static char > * itoa(int i)", I see that it can cause a problem for i>(9+1). > I don't test the code, I made only a code analysis. > > Regards > > Eng.

Re: httpd/slowcgi not RFC compliant w.r.t. Local Redirect Response

2017-03-11 Thread Hiltjo Posthuma
On Sat, Mar 11, 2017 at 09:40:37AM -0500, Raul Miller wrote: > It's not safe to assume that "Local Redirect Response" is the only > valid use of the Location header. > > -- > Raul > > On Sat, Mar 11, 2017 at 5:22 AM, wrote: > >>Synopsis: httpd/slowcgi not RFC compliant w.r.t. Local Redire

Re: resistance against single-even upsets

2023-03-14 Thread Hiltjo Posthuma
On Tue, Mar 14, 2023 at 01:17:00PM -0500, Scott Cheloha wrote: > > On Mar 14, 2023, at 11:32 AM, p...@delphinusdns.org wrote: > > > >> Synopsis: can we resist agains bit flipping? > >> Category: system > >> Environment: > > System : OpenBSD 7.2 > > Details : OpenBSD 7.2 (GENERIC.MP) #2: T

Re: httpd returns full body for HEAD requests to CGI scripts

2021-10-01 Thread Hiltjo Posthuma
On Fri, Oct 01, 2021 at 11:06:21PM +1000, open...@rlr.id.au wrote: > >Synopsis:httpd returns full body for HEAD requests to CGI scripts > >Category:system > >Environment: > System : OpenBSD 6.9 > Details : OpenBSD 6.9 (GENERIC.MP) #4: Tue Aug 10 08:12:23 MDT 2021 >

mg: permissions are reset when saving the file

2021-10-17 Thread Hiltjo Posthuma
Hi, I noticed in mg when changing permissions while editing a file it will not retain the permissions. Steps to reproduce: * mg newscript * Write something and save the file. * Outside mg (while keeping mg open) in some other terminal do: chmod +x newscript * While keeping mg open write

Re: mg: permissions are reset when saving the file

2021-10-18 Thread Hiltjo Posthuma
On Sun, Oct 17, 2021 at 08:37:51PM +0200, Florian Obser wrote: > On 2021-10-17 16:17 +02, Hiltjo Posthuma wrote: > > Hi, > > > > I noticed in mg when changing permissions while editing a file it will not > > retain the permissions. > > This is how emacs beh