Develop and Download Open Source Software

Browse Subversion Repository

Revision 10963


Jump to revision: Previous Next
Author: zmatsuo
Date: Sun Oct 8 06:24:34 2023 UTC (6 months ago)
Changed paths: 4
Log Message:
文字列を返す関数の文字領域を動的確保するよう変更

- 複数スレッドを使用している箇所でログが壊れたり不正な処理で終了することがあった
- ログ出力時に使用していた関数が文字領域を静的に持っていた
- マルチスレッドで使用していると文字領域を破壊することがある
- 返す文字領域を動的にして不要になったらfree()するよう仕様を変更

MFT r10958

Changed paths

Path Details
Directorybranches/4-stable/teraterm/common/ttlib.c modified , text changed
Directorybranches/4-stable/teraterm/common/ttlib.h modified , text changed
Directorybranches/4-stable/teraterm/teraterm/filesys.cpp modified , text changed
Directorybranches/4-stable/ttssh2/ttxssh/ttxssh.c modified , text changed

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26