Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!wuarchive!udel!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Q: Realloc of function parameter problem. Message-ID: <11689@smoke.BRL.MIL> Date: 27 Nov 89 20:42:18 GMT References: <3752@umiami.miami.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <3752@umiami.miami.edu> SLORES@umiami.miami.edu (Stanislaw L. Olejniczak) writes: >I seem to have a problem with realloc... You must realloc() only storage previously obtained via malloc(), calloc(), or realloc(). String literals are not among these.