https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239493
Jilles Tjoelker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Jilles Tjoelker <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
