X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=7sxeuV7x0oWxWO+bfm4/craxVcz54u1WYcjDZMgmVNc=; b=DzLaLwCd5TYuLNwKRZc2W7l7TNRS3UBWVldVhCa03WcitkNweHPj7KCBL17GdCDn41 snahOzTjhigHFDYomHIsUk8urQtLHd2Gq88PvQZU8YdqQv9xedGH+Fnb3u1a+LxDVS/k PaFV/mUeuui+hx+JwUxPgYTZB8r0i680jHhWbR4farVAWvaac0oTsWc7jEwCNcACX03O xrqAHH7f6eHXdWJbl35Z/vjgvcIGLf9hPvh2lRP/q7JdT5slm/3YSe2J8+Lhu4+/1R4D eE7TCFvlDn4a4e1+i01JZqcVC2MPS1Tqv6oyMZQmfxSgBPQcSi1hSV+PiFtb7D97WrTV OEjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=7sxeuV7x0oWxWO+bfm4/craxVcz54u1WYcjDZMgmVNc=; b=CIm3iUovauB2RsGv6cuJG6IwM/A4jeRx6Xx8KfJK1IicqgEWDPlB3JiMXR9Y+Xx20y N8tzrr8S8emmp7shrRjo0I7awa5KWnYRIGVnCrtaS84ekLqkKre6xQGMJ5PM9N4Vg0Ct r7CDe4AKV2kuvlsfjMZiIUDFZ02ukHaBkOeoc2zXvJ6YFQun2tqzE6WqzVntTNDrj0wi i0nkRw6UAZYuhy6Cbg43Zv0Twdx3kqmKsreBfZAgfWh9SrNL19S4WF1RaJSXTAFAK9WG owYCkryZV6G/iWW+wLAYuyqfrmlymESK0ScKubb3IkdMVzUG0k8FDKdxsHL7M2K2kKX6 7xsw== X-Gm-Message-State: APjAAAWeeO+o7jgcoDMAZ89vt3SoYLm794MJwmSIQj2J1yo+ge4Pv0kr gqvpiIYGyN19RrPzB16zngVqJHoa+TIO+Cweww54Ew== X-Google-Smtp-Source: APXvYqzNOjwzU6+OvUI0bd/1ukuEicgx9WvWut65WGwGcCaoqNqs3qHAWTKR9GMzhXR8FtTsTeTXID+xqdRR5BgAN5A= X-Received: by 2002:a6b:3c0e:: with SMTP id k14mr7582919iob.162.1555801602658; Sat, 20 Apr 2019 16:06:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <83sguca0nd.fsf@gnu.org> References: <201904201812 DOT x3KICIgw032423 AT delorie DOT com> <83sguca0nd DOT fsf AT gnu DOT org> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Sun, 21 Apr 2019 02:06:42 +0300 Message-ID: Subject: Re: ANNOUNCE: DJGPP port of Emacs 26.2 release 2 uploaded To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 4/20/19, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] wrote: >> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" >> >> Date: Sat, 20 Apr 2019 23:13:57 +0300 >> >> On 4/20/19, Eli Zaretskii (eliz AT gnu DOT org) [via >> djgpp-announce AT delorie DOT com] wrote: >> > A user reported to me that the recently uploaded port of Emacs 26.2 >> > crashes on plain MS-DOS (more accurately, with any DPMI server that >> > provides the NULL pointer protection). It turned out this was due to >> > a very old bug in the DJGPP port of Emacs. >> >> Out of curiosity, is there a link to the commit fixing this bug? > > Is this what you meant by "link to the commit"? Yes, a gitweb link or a patch or something. > http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-26&id=70ec3928666353b69efae1bdc831d704fa505e72 > Thanks.