Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: heap reallocation
- X-seq: zsh-workers 19922
- From: Peter Stephenson <pws@xxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: heap reallocation
- Date: Tue, 11 May 2004 18:05:41 +0100
- In-reply-to: "Bart Schaefer"'s message of "Tue, 11 May 2004 09:26:50 PDT." <Pine.LNX.4.44.0405110924220.13856-100000@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> On Tue, 11 May 2004, Peter Stephenson wrote:
>
> > a careful look would be appreciated.
>
> This looks like a bug (some lines trimmed):
>
> > +#ifdef USE_MMAP
> > + Heap hnew;
> > +
> > +#else
> > + h = (Heap) realloc(h, n);
> > +#endif
> > +
> > + hnew->size = n;
>
> Using hnew outside the #ifdef where it is declared. Should be h->size ?
Yes, thanks. I won't send a new patch just for that.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author