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: 02085fe
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 00b0c91
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 28, 2026

  1. [CP-stable]Check for overflow when computing the pixel buffer size fo…

    …r an animated PNG frame (#185621)
    
    ### Issue Link:
    What is the link to the issue this cherry-pick is addressing?
    
    http://b/489180577
    
    ### Impact Description:
    
    Reliability improvement in the animated PNG decoder
    
    ### Changelog Description:
    
    Fixes a potential integer overflow that could happen when handling some animated PNG files.
    
    ### Workaround:
    Is there a workaround for this issue?
    
    No
    
    ### Risk:
    What is the risk level of this cherry-pick?
    
    ### Test Coverage:
    Are you confident that your fix is well-tested by automated tests?
    
    ### Validation Steps:
    What are the steps to validate that this fix works?
    
    See http://b/489180577
    flutteractionsbot authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    42d3d75 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2026

  1. [flutter-3.41-candidate.0] Sync engine.version to 42d3d75 (#185753)

    Updates the engine.version file.
    flutteractionsbot authored Apr 29, 2026
    Configuration menu
    Copy the full SHA
    7ca0a42 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md for Flutter 3.41.9 (#185755)

    Add release notes for Flutter version 3.41.9.
    
    If this change needs to override an active code freeze, provide a comment explaining why. The code freeze workflow can be overridden by code reviewers. See pinned issues for any active code freezes with guidance.
    
    **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.
    camsim99 authored Apr 29, 2026
    Configuration menu
    Copy the full SHA
    00b0c91 View commit details
    Browse the repository at this point in the history
Loading