We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
具体的には、
DoModal_GetOpenFileName と DoModal_GetSaveFileName は第1引数 pszPath のバッファ長が不明なので引数を追加する、及び呼び出し元でも引数指定するようにする。
DoModal_GetOpenFileName
DoModal_GetSaveFileName
pszPath
DoModalOpenDlg と DoModalSaveDlg に関しては CFilePath::BUFFER_COUNT がバッファ長なのでそれを利用する。
DoModalOpenDlg
DoModalSaveDlg
CFilePath::BUFFER_COUNT
内部実装の CDlgOpenFile_CommonFileDialog と CDlgOpenFile_CommonItemDialog では渡されたバッファ長を扱って適切に処理するように変更する。
CDlgOpenFile_CommonFileDialog
CDlgOpenFile_CommonItemDialog
The text was updated successfully, but these errors were encountered:
beru
No branches or pull requests
具体的には、
DoModal_GetOpenFileName
とDoModal_GetSaveFileName
は第1引数pszPath
のバッファ長が不明なので引数を追加する、及び呼び出し元でも引数指定するようにする。DoModalOpenDlg
とDoModalSaveDlg
に関してはCFilePath::BUFFER_COUNT
がバッファ長なのでそれを利用する。内部実装の
CDlgOpenFile_CommonFileDialog
とCDlgOpenFile_CommonItemDialog
では渡されたバッファ長を扱って適切に処理するように変更する。The text was updated successfully, but these errors were encountered: