c78f449d85
UBSan complains about the `sum = sum * 127 + chrtran(t);` line below since that can overflow an `int`. Use `unsigned int` instead to ensure that overflow is well-defined. Reviewed By: imp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31075 |
||
---|---|---|
.. | ||
tests | ||
diff.1 | ||
diff.c | ||
diff.h | ||
diffdir.c | ||
diffreg.c | ||
Makefile | ||
pr.c | ||
pr.h | ||
TODO | ||
xmalloc.c | ||
xmalloc.h |