Xref: utzoo comp.std.c:1009 comp.lang.c:17410 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!bu-cs!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.std.c,comp.lang.c Subject: Re: realloc Message-ID: <9981@smoke.BRL.MIL> Date: 4 Apr 89 18:58:09 GMT References: <9132@alice.UUCP> <3255@goofy.megatest.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 7 In article <3255@goofy.megatest.UUCP> djones@megatest.UUCP (Dave Jones) writes: >... with a pointer to zero bytes, ... >No problem. You haven't thought out all the ramifications of officially permitting 0-sized objects in C. That's not to say that the problems are insoluble, but they are there and must be dealt with if you're going that direction.