X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.55.163.193 with SMTP id m184mr22455375qke.56.1514595727310; Fri, 29 Dec 2017 17:02:07 -0800 (PST) X-Received: by 10.31.162.68 with SMTP id l65mr1898923vke.12.1514595727162; Fri, 29 Dec 2017 17:02:07 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Fri, 29 Dec 2017 17:02:06 -0800 (PST) In-Reply-To: <3459b672-8f4d-9840-5a01-246db011ed06@assembler.cz> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.177.40.78; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.177.40.78 References: <3459b672-8f4d-9840-5a01-246db011ed06 AT assembler DOT cz> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: valloc() returns NULL for larger requests, but malloc works fine From: "RayeR (glaux AT centrum DOT cz) [via djgpp AT delorie DOT com]" Injection-Date: Sat, 30 Dec 2017 01:02:07 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 1492 Lines: 9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Hi, I can confirm the bug on plain DOS and WinXP too, result: VALLOC 0 MALLOC 98e10 MALLOC 19ee58 VALLOC 0 MEMALIGN 0 MEMALIGN 0 MEMALIGN 0 When I quickly replaced the libc.a by v2.04 dated 30.11.2003 and recompiled it works then. So please could you build a binary release of patched DJDEV 2.05 package?