This bug is related to number 2694060, when you provided extra arguments, there may be a security problem, there are 3 cases when you give an argument :
- it can be a float, in which case we go in the assert(*fmt == '%') (line 351 in version 0.1.7)
- it can be an integer in which case it will read passed the % character
- it can be a string in which case we are saved by the test if (fmt !=...
2009-05-15 16:42:03 UTC in Loki