Closed Xe closed 9 years ago
sprintf was copied from the linux kernel around 2007 and should be as simple as s/rb_snprintf/snprintf/
The implementation it replaced can be traced back to the very first commit (r2 in svn) by "lusky" in 1999, earlier history appears lost.
https://github.com/Elemental-IRCd/elemental-ircd/pull/77 includes a fix
@ariscop is looking into the SVN history to see who the hell reimplemented snprintf.