Re: bug/fix: segfault when diffing the root commit
Alexander Arkhipov <aa@manpager.net> wrote:
> Hello, gameoftrees@,
>
> I noticed a bug in got, where typing `got -c <root commit> file' causes
> a segfault. The issue is caused by the NULL pointer...
Re: bug/fix: segfault when diffing the root commit
On Tue, Jun 06, 2023 at 04:39:33AM +0100, Alexander Arkhipov wrote:
> Alexander Arkhipov <aa@manpager.net> wrote:
>
> > Hello, gameoftrees@,
> >
> > I noticed a bug in got, where typing `got -c <root...
Re: bug/fix: segfault when diffing the root commit
On 23-06-06 08:47AM, Stefan Sperling wrote:
> On Tue, Jun 06, 2023 at 04:39:33AM +0100, Alexander Arkhipov wrote:
> > Alexander Arkhipov <aa@manpager.net> wrote:
> >
> > > Hello, gameoftrees@,
> > >
> > > I noticed...
Re: anonymous gotsh user's password entry and security(8)
...00PM +0200, Stefan Sperling wrote:
> > > > On Wed, Jun 14, 2023 at 05:39:28PM +0300, Alexander Arkhipov wrote:
> > > > > Sorry if that's been asked before: I've read the gotd(8), gotsh...
anonymous gotsh user's password entry and security(8)
...So, is there something special I need to do to get rid of these
messages? Do I just make an ad-hoc modification of the script and wait
for better times?
Alexander
Re: anonymous gotsh user's password entry and security(8)
On Wed, Jun 14, 2023 at 05:39:28PM +0300, Alexander Arkhipov wrote:
> Sorry if that's been asked before: I've read the gotd(8), gotsh(1) and
> got.conf(5...
Re: anonymous gotsh user's password entry and security(8)
On Wed, Jun 14, 2023 at 06:24:00PM +0200, Stefan Sperling wrote:
> On Wed, Jun 14, 2023 at 05:39:28PM +0300, Alexander Arkhipov wrote:
> > Sorry if that's been asked...
Re: anonymous gotsh user's password entry and security(8)
...00PM +0200, Stefan Sperling wrote:
> > On Wed, Jun 14, 2023 at 05:39:28PM +0300, Alexander Arkhipov wrote:
> > > Sorry if that's been asked before: I've read the gotd(8), gotsh...
Re: anonymous gotsh user's password entry and security(8)
...00PM +0200, Stefan Sperling wrote:
> > > On Wed, Jun 14, 2023 at 05:39:28PM +0300, Alexander Arkhipov wrote:
> > > > Sorry if that's been asked before: I've read the gotd(8), gotsh...
Re: anonymous gotsh user's password entry and security(8)
Theo Buehler <tb@theobuehler.org> wrote:
> On Wed, Jun 14, 2023 at 06:24:00PM +0200, Stefan Sperling wrote:
> > On Wed, Jun 14, 2023 at 05:39:28PM +0300, Alexander Arkhipov wrote...
bug/fix: segfault when diffing the root commit
...enough yet to make the fix much
better.
See the backtrace and the diff below.
Alexander
$ ~/bin/got diff -c 4027f31 Makefile
Segmentation fault (core dumped)
$ gdb ~/bin/got got.core
GNU...