Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10805ca
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 06fb863
Choose a head ref
  • 13 commits
  • 32 files changed
  • 7 contributors

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    8f58af8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    23ea512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c188930 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c15ec6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ae4885 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67a0df4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfd8bde View commit details
    Browse the repository at this point in the history
  7. Check string size before Win32 MultiByte <-> WideChar conversions (#9…

    …9729)
    
    This patch adds an additional check to ensure the target length of a string is within the supported maximum string length prior to calling WideCharToMultiByte/MultiByteToWideChar in the Windows runner template.
    
    This is to prevent resize() from failing if called with a count > std::string::max_size().
    
    According to Win32 API docs (WideCharToMultiByte, MultiByteToWideChar) it's the caller responsibility to make sure the buffers are correctly allocated.
    
    Authored by: Tomasz Gucio <tgucio@gmail.com>
    cbracken authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b5d3c43 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e2d314 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33ab8eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffe64c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    df7f05f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    06fb863 View commit details
    Browse the repository at this point in the history
Loading