Skip to content

2.5.2

Compare
Choose a tag to compare
@mpaland mpaland released this 14 Sep 13:16
· 50 commits to master since this release

Several important fixes:

  • Fixed broken right-padding in _ftoa()
  • Fixed negative argument precision handling
  • Fixed zero precision and zero value hash problem. This could cause a buffer out of bounds write access in case of something like printf("% .0d", 0)
  • Ignore 0-flag for integers if precision is specified

Thanks a lot to @wm4 for bringing these issues to attention.