fa1950 Several bug fixes

Authored and Committed by Matej Habrnal 8 years ago
56 files changed. 6592 lines added. 6 lines removed.
0053-abrt-hook-ccpp-minor-refactoring.patch
file added
+211
0054-Create-core-backtrace-in-unwind-hook.patch
file added
+356
0055-abrt-install-ccpp-hook-check-configuration.patch
file added
+124
0056-ccpp-hook-move-proc-pid-utils-to-libreport.patch
file added
+309
0057-ccpp-hook-move-utility-functions-to-hooklib.patch
file added
+166
0058-core-use-updated-dump_fd_info.patch
file added
+29
0060-abrtd-Don-t-allow-users-to-list-problems-by-hand.patch
file added
+28
0061-retrace-client-stop-failing-on-SSL2.patch
file added
+37
0062-dbus-add-a-new-method-GetProblemData.patch
file added
+115
0063-doc-add-documentation-for-GetProblemData.patch
file added
+38
0064-applet-get-the-list-of-problems-through-D-Bus-servic.patch
file added
+98
0065-libabrt-add-new-function-fetching-full-problem-data-.patch
file added
+88
0066-dbus-add-new-method-to-test-existence-of-an-element.patch
file added
+110
0067-libabrt-add-wrappers-TestElemeExists-and-GetInfo-for.patch
file added
+129
0068-cli-use-the-DBus-methods-for-getting-problem-informa.patch
file added
+347
0069-cli-status-don-t-return-0-if-there-is-a-problem-olde.patch
file added
+49
0070-upload-validate-and-sanitize-uploaded-dump-directori.patch
file added
+144
0071-applet-switch-to-D-Bus-methods.patch
file added
+362
0072-cli-do-not-exit-with-segfault-if-dbus-fails.patch
file added
+30
0074-lib-add-new-kernel-taint-flags.patch
file added
+60
0075-a-a-s-p-d-add-new-known-interpreter-to-conf-file.patch
file added
+29
0076-doc-update-abrt-cli-man-page.patch
file added
+71
0078-turn-off-exploring-crashed-process-s-root-directorie.patch
file added
+130
0079-ccpp-fix-symlink-race-conditions.patch
file added
+93
0080-ccpp-stop-reading-hs_error.log-from-tmp.patch
file added
+39
0081-ccpp-postpone-changing-ownership-of-new-dump-directo.patch
file added
+52
0082-ccpp-create-dump-directory-without-parents.patch
file added
+31
0083-ccpp-do-not-override-existing-files-by-compat-cores.patch
file added
+82
0084-ccpp-do-not-use-value-of-proc-PID-cwd-for-chdir.patch
file added
+269
0085-ccpp-make-saving-of-binary-more-robust.patch
file added
+59
0086-ccpp-harden-dealing-with-UID-GID.patch
file added
+61
0087-ccpp-check-for-overflow-in-abrt-coredump-path-creati.patch
file added
+30
0088-ccpp-emulate-selinux-for-creation-of-compat-cores.patch
file added
+183
0090-ccpp-avoid-overriding-system-files-by-coredump.patch
file added
+28
0091-configure-move-the-default-dump-location-to-var-spoo.patch
file added
+47
0093-daemon-use-libreport-s-function-checking-file-name.patch
file added
+54
0094-lib-add-functions-validating-dump-dir.patch
file added
+312
0095-dbus-process-only-valid-sub-directories-of-the-dump-.patch
file added
+127
0096-dbus-avoid-race-conditions-in-tests-for-dum-dir-avai.patch
file added
+390
0097-dbus-report-invalid-element-names.patch
file added
+92
0098-a-a-i-d-t-a-cache-sanitize-arguments.patch
file added
+212
0099-a-a-i-d-t-a-cache-sanitize-umask.patch
file added
+31
0100-ccpp-revert-the-UID-GID-changes-if-user-core-fails.patch
file added
+102
0101-daemon-harden-against-race-conditions-in-DELETE.patch
file added
+58
0102-daemon-allow-only-root-user-to-trigger-the-post-crea.patch
file added
+65
0103-daemon-dbus-allow-only-root-to-create-CCpp-Koops-vmc.patch
file added
+127
0104-koops-don-t-save-dmesg-if-kernel.dmesg_restrict-1.patch
file added
+44
0105-ccpp-include-the-system-logs-only-with-root-s-coredu.patch
file added
+47
0106-ccpp-do-not-unlink-failed-and-big-user-cores.patch
file added
+118
0107-hooks-use-root-for-owner-of-all-dump-directories.patch
file added
+197
0108-cli-chown-before-reporting.patch
file added
+95
0110-cli-exit-with-the-number-of-unreported-problems.patch
file added
+50
0111-ccpp-don-t-save-the-system-logs-by-default.patch
file added
+82
0112-vmcore-use-libreport-dd-API-in-the-harvestor.patch
file added
+229
0113-ccpp-correct-capitalization-of-log-labels.patch
file added
+37
abrt.spec
file modified
+89 -6
    Several bug fixes
    
    Move the default dump location to /var/spool/abrt from /var/tmp/abrt and
    Use root for owner of all dump directories
    
    Fixes for CVE-2015-3315, CVE-2015-3142, CVE-2015-1869, CVE-2015-1870
    Fixes for CVE-2015-3147, CVE-2015-3151, CVE-2015-3150, CVE-2015-3159
    
    Resolves: #1179752
    
    Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
    
        
file modified
+89 -6