mirror of
https://github.com/openbsd/src.git
synced 2026-06-19 15:53:31 +02:00
4491bd9062
According to bit_alloc(3) man page the arguments to bitstring macros are evaluated only once and may safely have side effects. Fix the implementation with temporary variables to fulfill this requirement. OK florian@ deraadt@