]> git.ipfire.org Git - thirdparty/gcc.git/commit
* bb-reorder.c (copy_bb_p): Don't overflow size calculation.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Jun 2019 17:35:47 +0000 (17:35 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Jun 2019 17:35:47 +0000 (17:35 +0000)
commit53c96fb103deb96dcbb337e6be87f85d7f0f2d7e
tree1f67eb71410c97fcac80dafc5aa3f008ebabd34e
parent046bb3cbd91bde32d10f3188923517869e66385b
* bb-reorder.c (copy_bb_p): Don't overflow size calculation.
(get_uncond_jump_length): Assert length less than INT_MAX and
non-negative.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271877 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/bb-reorder.c