Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-17271

Truncated message box due to short fixed buffer size in ShellMessageBoxW

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.4.15
    • Wine
    • None

    Description

      Truncated message box due to short fixed buffer size in ShellMessageBoxW (WCHAR[100] only while some text ressources are longer)

      As discussed with hbelusca and learn_more good design would be :

      • shell32!ShellMessageBoxW directly redirecting to the WrapW function from shlwapi,
      • and, instead of keeping the current ShellMessageBoxA, its new implementation could just convert what's needed into unicode and call ShellMessageBoxW.

      Attachments

        Issue Links

          Activity

            People

              hbelusca hbelusca
              Kyle_Katarn Kyle_Katarn
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: