CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/15 11:33:44
Modified files:
sys/ddb : db_variables.c
Log message:
The underlying storage for builtin ddb variables are of type int but
referenced to using a pointer to long. When writing to such a variable,
cast it to the correct type. Writing would otherwise on 64-bit
architectures cause the next variable adjacent in memory to also be
modified.
ok deraadt@ visa@
