all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org, storm@cua.dk
Subject: Re: Suspicious code in search.c
Date: Fri, 21 Oct 2005 09:52:30 +0900	[thread overview]
Message-ID: <E1ESl94-00068Z-00@etlken> (raw)
In-Reply-To: <E1ESjzL-0004ZL-8D@fencepost.gnu.org> (rms@gnu.org)

In article <E1ESjzL-0004ZL-8D@fencepost.gnu.org>, "Richard M. Stallman" <rms@gnu.org> writes:

>     See search.c line 1711-1712:
> 	      if (ASCII_BYTE_P (*ptr) || ! multibyte)
> 		ch = *ptr;
--> 	  else if (charset_base
--> 		   && (pat_end - ptr) == 1 || CHAR_HEAD_P (ptr[1]))
> 		{
> 		  unsigned char *charstart = ptr - 1;

> Handa, you wrote that code in April.  Can you clear it up?

I've just done it.

---
Kenichi Handa
handa@m17n.org

  reply	other threads:[~2005-10-21  0:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-20 14:52 Suspicious code in search.c Kim F. Storm
2005-10-20 23:38 ` Richard M. Stallman
2005-10-21  0:52   ` Kenichi Handa [this message]
2005-10-21 17:51     ` Richard M. Stallman
2005-10-21  0:46 ` Kenichi Handa
2005-10-21  2:01   ` Nick Roberts
2005-10-21  2:27     ` Kenichi Handa

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=E1ESl94-00068Z-00@etlken \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=storm@cua.dk \
    /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.
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.