]> git.pld-linux.org Git - packages/libuser.git/blame - format-security.patch
- updated to 0.60
[packages/libuser.git] / format-security.patch
CommitLineData
0ee65a83
JR
1--- libuser-0.58/modules/files.c~ 2012-11-08 03:25:58.000000000 +0100
2+++ libuser-0.58/modules/files.c 2012-12-07 09:10:29.293666410 +0100
3@@ -294,7 +294,7 @@
4 string, &err);
5 if (ret == FALSE) {
6 g_assert(err != NULL);
7- g_warning(lu_strerror(err));
8+ g_warning("%s", lu_strerror(err));
9 lu_error_free(&err);
10 }
11 return ret;
12--- libuser-0.58/modules/ldap.c~ 2012-11-08 03:25:58.000000000 +0100
13+++ libuser-0.58/modules/ldap.c 2012-12-07 09:11:05.156998479 +0100
14@@ -672,7 +672,7 @@
15 (&value, attr, val, &error);
16 if (ok == FALSE) {
17 g_assert(error != NULL);
18- g_warning(lu_strerror(error));
19+ g_warning("%s", lu_strerror(error));
20 lu_error_free(&error);
21 } else {
22 lu_ent_add_current(ent, attr,
This page took 0.067743 seconds and 4 git commands to generate.