https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239493
Jilles Tjoelker <jil...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jil...@freebsd.org --- Comment #5 from Jilles Tjoelker <jil...@freebsd.org> --- Also, there is undefined behaviour here. If lshift_com() is run with cnt == 0 (which happens if i == 0), tnc will be 8 * sizeof (unsigned long) which is too much for shifting an unsigned long. It is possible that the CFLAGS request some non-standard C dialect where this is not undefined behaviour. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"