-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix File::symbol_version_table() to properly load strings section data
Previously, it would forget to load and then just try to get the strings section data This would work if some other processing on the file had already loaded the string table but not if this was the first method that wanted to inspect those strings. This class of bugs is really an integration with the CachedReadBytes interface, so it can only get caught if we're testing with that impl. These interface tests should be parameterized for both interfaces.
- Loading branch information
Showing
1 changed file
with
28 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