all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] emacs-25 8e84823: Revert regexp reentrancy abort patch
       [not found] ` <E1a0GRp-0004aG-8X@vcs.savannah.gnu.org>
@ 2015-11-22  3:07   ` Stefan Monnier
  2015-11-25  8:10     ` bug#21688: " Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2015-11-22  3:07 UTC (permalink / raw)
  To: emacs-devel; +Cc: Paul Eggert

> diff --git a/src/syntax.c b/src/syntax.c
> index f939a76..5b0ec6d 100644
> --- a/src/syntax.c
> +++ b/src/syntax.c
> @@ -514,6 +514,7 @@ update_syntax_table_forward (ptrdiff_t charpos, bool init,
>      {
>        eassert (NILP (object));
>        eassert (charpos >= gl_state.e_property);
> +      parse_sexp_propertize (charpos);
>      }
>    else
>      {

According to my tests, the above hunk is indeed the only one that needed
to be reverted.
So I unreverted everything else.  I think Bug#21688 can be re-closed.


        Stefan



^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#21688: [Emacs-diffs] emacs-25 8e84823: Revert regexp reentrancy abort patch
  2015-11-22  3:07   ` [Emacs-diffs] emacs-25 8e84823: Revert regexp reentrancy abort patch Stefan Monnier
@ 2015-11-25  8:10     ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2015-11-25  8:10 UTC (permalink / raw)
  To: Stefan Monnier, 21688-done

Stefan Monnier wrote:
> I think Bug#21688 can be re-closed.

Thanks, reclosing.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-25  8:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20151121221557.17586.62634@vcs.savannah.gnu.org>
     [not found] ` <E1a0GRp-0004aG-8X@vcs.savannah.gnu.org>
2015-11-22  3:07   ` [Emacs-diffs] emacs-25 8e84823: Revert regexp reentrancy abort patch Stefan Monnier
2015-11-25  8:10     ` bug#21688: " Paul Eggert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.