]> git.saurik.com Git - apt.git/commit
do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()
authorMichael Vogt <mvo@ubuntu.com>
Tue, 1 Apr 2014 10:17:17 +0000 (12:17 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Tue, 1 Apr 2014 10:17:17 +0000 (12:17 +0200)
commit26b3ade25dc90ab9288fcdd19af747eb62743013
tree62dbc09c70cdebcb094516503c4de46d28025ddc
parente5b7e019232f89a97e8ba3cbffa295595daa0351
do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()

If a external command closes the PIPE unexpectedly, do not crash
in pkgDPkgPM::RunScriptsWithPkgs but ignore the SIGPIPE.
apt-pkg/deb/dpkgpm.cc