mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
At present OF_ioctl first multiplies, then casts to 64-bit, meaning at the asm level it truncates the result to 32-bit, then zero-extends it to 64-bit to return. Cast `n` to 64-bit before multiplying, so that the correct result is returned. (cherry picked from commit cd6e526e268e4fdf1c9a65b9d792e67343f52307) |
||
|---|---|---|
| .. | ||
| devicename.c | ||
| libofw.h | ||
| Makefile | ||
| ofw_console.c | ||
| ofw_copy.c | ||
| ofw_disk.c | ||
| ofw_memory.c | ||
| ofw_module.c | ||
| ofw_net.c | ||
| ofw_reboot.c | ||
| ofw_time.c | ||
| openfirm.c | ||
| openfirm.h | ||