Menu

#138 Core dump in "make check"

closed-fixed
nobody
5
2010-10-21
2010-10-21
Peter Fales
No

I haven't built the plugin for a while, so I don't know when this went in, but I'm getting crashes from "make check" on solaris. The problem is that the

gchar to_str[len*2];

on line 59 of sip-sec-ntlm-tests.c

needs to be

gchar to_str[len*2+1];

to allow for the null byte added by g_sprintf()

Discussion

  • Stefan Becker

    Stefan Becker - 2010-10-21
    • status: open --> closed-fixed
     
  • Stefan Becker

    Stefan Becker - 2010-10-21

    git commit 81db9ca.

    None of the platforms available on OBS segfaults on this, though, that's why the problem wasn't detected earlier.

     

Log in to post a comment.