|
|
Choosing A Webhost: |
dbmail 2.0 RC2 pipe.c: msg#00186mail.imap.dbmail
I found some problem at pipe.c that cannot read "stdin" larger than 512k .. fixed is the diff below ... **************************************************************************************************8 582c582 < while (!feof(instream) && !myeof) --- > while ((!feof(instream) && (!myeof)) || (linemem!=0)) 587c587 < strncpy(strblock, tmpline, linemem); --- > strncpy(strblock, tmpline, linemem); usedmem+=linemem; 596c596 < while (!feof(instream) && usedmem < READ_BLOCK_SIZE) --- > while (!feof(instream) && (usedmem+linemem < READ_BLOCK_SIZE)) 628a629,631 > else > trace(TRACE_ERROR,"test large block."); >
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: basics please, Brian Winkers |
|---|---|
| Next by Date: | Re: dbmail 2.0 RC2 pipe.c, Ilja Booij |
| Previous by Thread: | basics please, Jan-Kees Fels |
| Next by Thread: | Re: dbmail 2.0 RC2 pipe.c, Ilja Booij |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |