[Commits] [wesnoth/wesnoth] 22fc02: Fix bug #25102

GitHub noreply at github.com
Fri Sep 23 13:59:30 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 22fc02e9cbeaed322d719269b860fd9f55c4df3a
      https://github.com/wesnoth/wesnoth/commit/22fc02e9cbeaed322d719269b860fd9f55c4df3a
  Author: loonycyborg <loonycyborg at gmail.com>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  Fix bug #25102

Mask SIGPIPE signal. boost.asio has a way to make sure it doesn't happen
for its own operations but it doesn't apply to our sendfile call in
campaignd. In fact, I see no way to prevent sendfile from sending
SIGPIPE so masking it is the only way.





More information about the Commits mailing list