commit | 3ee7ff9278605e0dac22879b5ed44ca5ef8b0b58 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris1000@users.noreply.github.com> | Wed Jun 18 09:12:53 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 18 09:15:46 2025 -0700 |
tree | f701eb5bae49fffac8dd9b9b75d9a08361b4638b | |
parent | 44946744f7424986b6f45e517ea2faf7e2855b5b [diff] |
[scudo] Make report pointers const. (#144624) Mark as many of the reportXX functions that take pointers const. This avoid the need to use const_cast when calling these functions on an already const pointer. Fix reportHeaderCorruption calls where an argument was passed into an append call that didn't use them. GitOrigin-RevId: a2cee05449636c8e0d630b2ccdc71f2d422227a9