Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Unitialized memory reads again.
- X-seq: zsh-workers 11907
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Unitialized memory reads again.
- Date: Wed, 14 Jun 2000 21:41:10 -0700 (PDT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Sorry to report that I started seeing new uninitialized memory reads
during completion. Now at different location.
match_str [compmatch.c:806]
match_str [compmatch.c:598]
match_str [compmatch.c:598]
addmatches [compcore.c:1801]
bin_compadd [complete.c:606]
---------------------------------
match_str [compmatch.c:806]
match_str [compmatch.c:598]
addmatches [compcore.c:1801]
bin_compadd [complete.c:606]
Though these seem to be more difficult to trip over.
The recent changes to the trap code have fixed the memory leaks
reported in 11766, and no new errors.
Sven, thanks for the stat optimizations to _path_files. It seems faster.
Plus, file completion works nicely with Clearcase now. (Though... the
additional change you were suggesting in workers/9631 for a "style that
gives a pattern to match pathname components that should be accepted
immediately" would make it work even better... :) )
-FR.
__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author