mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
shifts into the sign bit. Instead use (1U << 31) which gets the expected result. This fix is not ideal as it assumes a 32 bit int, but does fix the issue for most cases. A similar change was made in OpenBSD. Discussed with: -arch, rdivacky Reviewed by: cperciva |
||
|---|---|---|
| .. | ||
| if_ral_pci.c | ||
| rt2560.c | ||
| rt2560reg.h | ||
| rt2560var.h | ||
| rt2661.c | ||
| rt2661reg.h | ||
| rt2661var.h | ||
| rt2860.c | ||
| rt2860reg.h | ||
| rt2860var.h | ||