Skip to content
New issue

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

ファイルダイアログとフォルダ選択ダイアログでのバッファオーバーランを修正 #1599

Merged

Commits on Mar 21, 2021

  1. マクロでファイルを開くダイアログのファイル名と拡張子フィルター、バッファ長制限

    ・マクロでフォルダを開く初期フォルダ制限
    ・pszUserWildCardがSFilePathでMAX_PATH制限
    ・CFileExtのExtが短い固定長だったのをwstringへ変更
    usagisita committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    2ac539a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f941df8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77b5ee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdb7079 View commit details
    Browse the repository at this point in the history
  5. CDlgOpenFile_CommonItemDialogのm_strDefaultWildCardをstd::wstringに変更

    ・バッファオーバーランしていたのを修正
    usagisita committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    22aca79 View commit details
    Browse the repository at this point in the history
  6. SonarCloud一部対応

    usagisita committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    4470d7d View commit details
    Browse the repository at this point in the history
  7. 一部テスト追加

    usagisita committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    51f8ab4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cbf16e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a77929 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60008c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40fb2a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b822a64 View commit details
    Browse the repository at this point in the history
  13. SonarCloud対策

    usagisita committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    fb761e8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d55fa15 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    5dab9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5752f12 View commit details
    Browse the repository at this point in the history