On Thu, 28 Nov 2013 at 14:56, Tomasz Sterna wrote:

https://github.com/jabberd2/jabberd2/commit/3425223ae8 fixes it.

... almost. You replaced the two calls to strlcat by strncat without adjusting the 3rd argument, which needs to be

  sizeof(adjusted_user)-strlen(adjusted_user)-1

cu
        Reinhard


Reply via email to