[x265] [PATCH 0 of 5 ] make x265 safe with -ftrapv and -fsanitize=address

Steve Borho steve at borho.org
Wed Feb 25 20:42:22 CET 2015


This patch series enables GCC (and clang) checking for invalid pointers and undefined behavior in checked builds. Most of the latter turned out to be left-shifting of signed integers which are undefined behavior, but generally behave correctly AFAICT.


More information about the x265-devel mailing list