Author :
deraadt
Date :
2020-07-06 17:11:29
Hash :277ea09d Message :in 2014 I added this annotation: /* XXX floating point printf in signal handler */
our snprintf is reentrant safe except for floating point.
Break the double apart into integer.integer notation, to avoid that.
ok kettenis millert