diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-04-04 08:31:41 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-04-04 08:31:41 +0000 |
commit | aaa2243cef404dde866f6ff7f67fe885981057d4 (patch) | |
tree | f529a4f7404c1db5cc5739bb2bc644328f2cf081 /ChangeLog.ja | |
parent | 1c58ef8447abe335761f0a26b6a2e4ddb11dbf31 (diff) |
procmime_scan_multipart_message(): use heap memory instead of stack for read buffer, and increased the max recursion level to 64.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1593 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r-- | ChangeLog.ja | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja index 899ea30e..15d5f803 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,5 +1,11 @@ 2007-04-04 + * libsylph/procmime.c: procmime_scan_multipart_message(): 読み込み + バッファにスタックでなくヒープメモリを使用するようにし、再帰 + レベルの上限を64に上げた。 + +2007-04-04 + * src/inc.c: inc_is_active(): セッションキューもチェックする ようにした。 inc_cancel_all(): 本当にすべてのセッションをキャンセルする |