flutter icon indicating copy to clipboard operation
flutter copied to clipboard

Catch exceptions when trying to decode state restoration saved datas

Open seelrd opened this issue 9 months ago • 1 comments

In packages/flutter/lib/src/services/restoration.dart's _decodeRestorationData function, this function adds a try-catch block to catch any errors happening when calling StandardMessageCodec().decodeMessage(). A FormatException can occur in StandardMessageCodec().decodeMessage() if the data saved for state restoration is corrupted.

This fixes #147456.

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

seelrd avatar Apr 27 '24 09:04 seelrd

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact "@test-exemption-reviewer" in the #hackers channel in Chat (don't just cc them here, they won't see it! Use Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

flutter-dashboard[bot] avatar Apr 27 '24 09:04 flutter-dashboard[bot]

Thanks for the contribution. Can you please add a test for this so we don't regress this in the future? Thank you!

goderbauer avatar May 07 '24 22:05 goderbauer

This pull request executed golden file tests, but it has not been updated in a while (20+ days). Test results from Gold expire after as many days, so this pull request will need to be updated with a fresh commit in order to get results from Gold.

For more guidance, visit Writing a golden file test for package:flutter.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

flutter-dashboard[bot] avatar May 27 '24 22:05 flutter-dashboard[bot]

(triage): @seelrd do you still have plans to come back to this to add a test and fix the check failures? Thank you!

goderbauer avatar Jun 04 '24 22:06 goderbauer

I am going to close this since there was no follow up. Feel free to reopen, if you find the time to work on this again. Thank you.

goderbauer avatar Jul 02 '24 23:07 goderbauer