This is an automated email from the ASF dual-hosted git repository.

lihaopeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 539cad87b0e [fix](bit shift) fix undefined behavior of bit shift 
functions. (#35723)
539cad87b0e is described below

commit 539cad87b0ebde0ebd71230fd2e71ae36e857e91
Author: zhiqiang <seuhezhiqi...@163.com>
AuthorDate: Mon Jun 3 14:59:39 2024 +0800

    [fix](bit shift) fix undefined behavior of bit shift functions. (#35723)
    
    `If the value of rhs is negative or is not less than the number of bits
    in lhs, the behavior is undefined.`


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to