Switched the storage for the merge-file lists from a single,
authorWayne Davison <wayned@samba.org>
Mon, 17 May 2004 16:35:02 +0000 (16:35 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 17 May 2004 16:35:02 +0000 (16:35 +0000)
commitd8af86618ba0f52cf8fccbae695692e8446c9235
tree89a04349c9523acfddeb221b2b7bd4468ced4054
parent7b22909bf42af96cc9389bc8512237b723c157e6
Switched the storage for the merge-file lists from a single,
reallocated array (which made push/pop easy) to separate, unchanging
allocations directly attached to the exclude_struct item.  This fixes
a problem where a listp pointer to a parent list might get invalidated
when a new merge-file list forced the array to grow (and its memory to
move).
filter.diff