googlefonts / sfntly

A Library for Using, Editing, and Creating SFNT-based Fonts
451 stars 162 forks source link

Fix endless loop in FontMath.log2. #85

Closed rillig closed 7 years ago

rillig commented 7 years ago

For negative values the >> operator led to an endless loop.

Using the math provided by the Java standard library is safer.