9front - general discussion about 9front
 help / color / mirror / Atom feed
From: ori@eigenstate.org
To: bdhpfl@gmail.com
To: 9front@9front.org
Subject: Re: [9front] dc: crash on colon : operator
Date: Sat, 21 Nov 2020 17:56:38 -0800	[thread overview]
Message-ID: <EAEB28201017927288227D3E029DAB98@eigenstate.org> (raw)
In-Reply-To: <CAO+DOcpGdX86Afpsk6aqYaD9fe=b6xt-zJZULPQABvBm=dFgqg@mail.gmail.com>

Quoth istvan bak <bdhpfl@gmail.com>:

> Full patch:

Thanks, and sorry for the long delay -- I'm not too familiar
with the dc code, so it took a while to review.

Committed with a small tweak:
 

>  		while((c = readc()) != '\n')
> -			*sl++ = c;
> +			if(sl < line+100-1)
> +				*sl++ = c;
>  		*sl = 0;



  reply	other threads:[~2020-11-22  1:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-10 20:28 istvan bak
2020-11-22  1:56 ` ori [this message]
2020-11-22 16:29   ` [9front] " istvan bak
2020-11-17 20:50 istvan bak
2020-11-17 21:04 ` [9front] " Stanley Lieber
2020-11-17 21:13   ` Stuart Morrow
2020-11-17 21:15 ` ori
2020-11-17 21:42   ` istvan bak
2020-11-17 21:51     ` Stuart Morrow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=EAEB28201017927288227D3E029DAB98@eigenstate.org \
    --to=ori@eigenstate.org \
    --cc=bdhpfl@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).