all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Two flaws in window.c
@ 2012-10-18  3:26 Dmitry Antipov
  2012-10-18  9:15 ` martin rudalics
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Antipov @ 2012-10-18  3:26 UTC (permalink / raw)
  To: Emacs development discussions; +Cc: martin rudalics

Some bits in window.c lacks type/liveness checks, and there are two flaws:

(internal-temp-output-buffer-show nil) =>
src/window.c:3350: Emacs fatal error: assertion failed: BUFFERP (buf)

(set-window-vscroll <dead window> 10 t) =>
src/window.c:6487: Emacs fatal error: assertion failed: BUFFERP (w->buffer)

Dmitry



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

end of thread, other threads:[~2012-10-19 10:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18  3:26 Two flaws in window.c Dmitry Antipov
2012-10-18  9:15 ` martin rudalics
2012-10-18  9:41   ` Dmitry Antipov
2012-10-19 10:01     ` martin rudalics

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.