Skip to content
  • Yaowu Xu's avatar
    Use an alternative fix to ubsan warning. · 88cbc582
    Yaowu Xu authored
    This commit revert the previous fix of the ubsan warning for unsigned
    int overflow, and use a better fix by  moving the offs-- inside the
    while loop to avoid "0-1" situation.
    
    Change-Id: Id4a3e03859ebcdf264df0808412b30841028f87c
    88cbc582