SEGV with IRRToolSet 4.8.5 on Solaris

Matthew Moyle-Croft mmc at mmc.com.au
Mon Jan 7 10:18:22 UTC 2008


Hi,
That works!

Thank you very much.

MMC

S.P.Zeidler wrote:
> Hi,
>
> please try the following patch:
>
> --- snip ---
> --- irr/autnum.hh.orig  2007-02-09 20:46:31.000000000 +0100
> +++ irr/autnum.hh
> @@ -385,9 +385,9 @@ public:
>        List<FilterAction> *list;
>        const AttrProtocol *fProt=schema.searchProtocol(fProtName);
>        const AttrProtocol *iProt=schema.searchProtocol(iProtName);
> -      ItemList *tmp_afi_list = new ItemList;
>  
>        for (import = itr.first(); import; import = itr.next()) {
> +         ItemList *tmp_afi_list = new ItemList;
>           if (import->fromProt == fProt && import->intoProt == iProt) {
>              list = select(import->policy, pset, peerAS, peerIP, ip, &tmp_afi_list);
>              if (list) {
> --- snap ---
>
> and tell me if that makes it better :)
>
> regards,
> 	spz
>   


More information about the irrtoolset mailing list