Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!samsung!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!jpl-devvax!lwall From: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Newsgroups: comp.lang.perl Subject: Re: Bug with splice in subroutine Message-ID: <7513@jpl-devvax.JPL.NASA.GOV> Date: 23 Mar 90 01:02:23 GMT References: <29584@amdcad.AMD.COM> Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 7 In article <29584@amdcad.AMD.COM> dwork@pepsi.AMD.COM (Jeff Dwork) writes: : My sun3 dumps core on the following perl script. Fixed, thanks. Forgot to zero some pointers that were copied elsewhere, so got a duplicate free when the local() freed it. Oops, and all that. Larry