• Yaowu Xu's avatar
    Fixed potential overflows · aaa7b444
    Yaowu Xu authored
    The two arrays are typically initialized to INT64_MAX, if they are not
    filled with valid values before the addition, the values can overflow
    and lead to wrong results.
    
    Change-Id: I515de22cf3e8f55af4b74bdb2c8eb821a02d3059
    aaa7b444