Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This diff: - constructs the full_path before performing a raw_read() to look up the memory location to update. This could avoid potential inconsistencies. Eg. a write to the same final path can be triggered through calls to deep_write() with different arguments: FieldMemoryLocation(root, .field) Or MemoryLocation(root)+ Path(.field) arguments. - Makes a copy of the taint before applying aliasing properties. - Updates the log messages. Reviewed By: yuhshin-oss Differential Revision: D68126282 fbshipit-source-id: 5955b50cf48569fac90e402c834d056cb56b3f5a
- Loading branch information