emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/9] Prevent crash if w32 used before it's initialized


From: Eli Zaretskii
Subject: Re: [PATCH 5/9] Prevent crash if w32 used before it's initialized
Date: Tue, 07 Aug 2012 21:11:26 +0300

> Date: Tue, 07 Aug 2012 10:28:08 -0700
> From: Daniel Colascione <address@hidden>
> CC: address@hidden
> 
> >>    for (dpyinfo = &one_w32_display_info, names = w32_display_name_list;
> >> -       dpyinfo;
> >> +       dpyinfo && !NILP (w32_display_name_list);
> >>         dpyinfo = dpyinfo->next, names = XCDR (names))
> >>      {
> >>        Lisp_Object tem;
> > 
> > Is this a real problem with the native w32 build?  If so, can you tell
> > how to reproduce it?
> 
> No --- it's something that came up in my testing late last year, and
> I've forgotten the exact circumstances of the problem now. The change
> seems harmless enough though.

Then please go ahead and commit it.

Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]