]> git.pld-linux.org Git - packages/abrt.git/blob - format_security.patch
- updated to 2.2.0
[packages/abrt.git] / format_security.patch
1 --- abrt-2.1.3/src/plugins/abrt-retrace-client.c.orig   2013-04-02 17:15:14.012788254 +0200
2 +++ abrt-2.1.3/src/plugins/abrt-retrace-client.c        2013-04-02 17:42:57.132753624 +0200
3 @@ -741,7 +741,7 @@
4      if (response_code == 500 || response_code == 507)
5      {
6          alert_server_error(cfg.url);
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.026823 seconds and 3 git commands to generate.