CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/20 13:24:58
Modified files:
lib/libm/src : s_exp2.c
Log message:
Avoid left-shifting a negative integer, which is undefined. Replace
it with the intended value, in a defined way. From FreeBSD (Dimitry Andric).
ok miod@ deraadt@ kettenis@
