Bugzilla – Bug 6887
RLS Server has bad "logit" format in get/set configuration
Last modified: 2011-01-31 18:31:49
You need to log in before you can comment on or make changes to this bug.
In rls/server/server.c, both "rls_get_configuration()" and "rls_set_configuration()" contain a call to "logit()" that attempts to print pointer "c" using "%s" in the format. "c" should be eliminated from the list of parameters.
This bug was fixed for GT 5.0.0, November, 2009.