• Lei Wang's avatar
    [Enhancement] Improve memory access condition checks in GlobalMemChecker (#591) · 41ec2bc6
    Lei Wang authored
    * [Enhancement] Improve memory access condition checks in GlobalMemChecker
    
    - Updated the condition checks in the GlobalMemChecker to utilize symbolic bounds in the CanProve method, enhancing the accuracy of memory access validations.
    - This change ensures that both upper and lower bound conditions are evaluated with improved proof strength, contributing to more robust memory access analysis.
    
    * lintfix
    41ec2bc6
legalize_safe_memory_access.cc 11.9 KB