CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2024/08/26 05:52:54

Modified files:
        include        : bitstring.h 

Log message:
Evaluate arguments of bitstring macros only once.

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@

Reply via email to