]> git.pld-linux.org Git - packages/abrt.git/blame - format_security.patch
- added fixes for bohdi plugin
[packages/abrt.git] / format_security.patch
CommitLineData
4209ffa7
JR
1--- abrt-2.0.8/src/plugins/abrt-retrace-client.c.str_fmt~ 2012-03-11 21:23:29.615896279 +0100
2+++ abrt-2.0.8/src/plugins/abrt-retrace-client.c 2012-03-11 21:23:52.795907834 +0100
3@@ -613,7 +613,7 @@ static int create(bool delete_temp_archi
4 if (response_code == 500 || response_code == 507)
5 {
6 alert_server_error();
7- error_msg_and_die(http_body);
8+ error_msg_and_die("%s", http_body);
9 }
10 else if (response_code == 403)
11 {
This page took 0.083077 seconds and 4 git commands to generate.