Re: [EXIM] V2.10 on Solaris 2.5.1 segfaults with -Mg

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Harald Meland
CC: exim-users
題目: Re: [EXIM] V2.10 on Solaris 2.5.1 segfaults with -Mg
On 21 Dec 1998, Harald Meland wrote:

> Whenever I try to "cancel" any frozen message with the "-Mg" command
> line option, Exim 2.10 segfaults on me -- and the "message cancelled"
> report does not contain the original message (see example below).


Below is the patch that fixes this problem. Stupid oversight. Sorry
about that.

Philip

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



*** exim-2.10/src/deliver.c Thu Dec 17 09:35:50 1998
--- deliver.c    Tue Dec 22 11:37:01 1998
***************
*** 5122,5127 ****
--- 5122,5128 ----
        fprintf(f, "\n");
        fflush(f);
        transport_filter_argv = NULL; /* Just in case */
+       return_path = sender_address;
        transport_write_message(NULL, fileno(f), topt_add_return_path,
          return_size_limit, NULL, NULL);




--
*** Exim information can be found at http://www.exim.org/ ***