-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix asan when using
ExtendendedParamDefinition::operator==
.
- IAMF defines the extended param definition to just carry a raw payload. It makes no promise that it will extend from `ParamDefinition`. - Therfore the equality operator should not check these fields. Simply checking the derived payload is enough. - Test the equality operator, which would have flagged the asan issue earlier. PiperOrigin-RevId: 703477465
- Loading branch information
Showing
2 changed files
with
55 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters