mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
values like 0x80 or 0x40 into a uint8_t foo:1 bitfield. This would result in the bit always being 0. One of these caused a warning for overflow (one that was 0x80), but the other didn't. They were both wrong. This is why I hate code that mixes c struct bitfields and #defines. The rest of the fields accessed by the program should be audited. |
||
|---|---|---|
| .. | ||
| advcap.c | ||
| advcap.h | ||
| config.c | ||
| config.h | ||
| dump.c | ||
| dump.h | ||
| if.c | ||
| if.h | ||
| Makefile | ||
| pathnames.h | ||
| rrenum.c | ||
| rrenum.h | ||
| rtadvd.8 | ||
| rtadvd.c | ||
| rtadvd.conf | ||
| rtadvd.conf.5 | ||
| rtadvd.h | ||
| timer.c | ||
| timer.h | ||