all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#1491: bug in ebrowse 22.1
@ 2009-01-14  4:07 Chong Yidong
  0 siblings, 0 replies; 4+ messages in thread
From: Chong Yidong @ 2009-01-14  4:07 UTC (permalink / raw)
  To: Lars Rasmusson; +Cc: 1491

> Isn't this a bug?
> On line ebrowse.c:2037
>           for (--p; p >= inbuffer && *p != '\n'; --p)
>               ;
> I think it  should be
>           for (--p; p > inbuffer && *p != '\n'; --p)
>               ;
> otherwise p may point to one character before inbuffer.

It looks wrong, indeed.  Does changing >= to > fix the crash for you?






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

end of thread, other threads:[~2009-01-14 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87wscyt363.fsf@cyd.mit.edu>
2008-12-04 14:29 ` bug#1491: bug in ebrowse 22.1 Lars Rasmusson
2008-12-04 16:30   ` richardeng
2009-01-14 13:50   ` bug#1491: marked as done (bug in ebrowse 22.1 ) Emacs bug Tracking System
2009-01-14  4:07 bug#1491: bug in ebrowse 22.1 Chong Yidong

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.