[Commits] [wesnoth/wesnoth] 76c814: Ensure scope_logger won't throw

GitHub noreply at github.com
Tue Sep 12 15:03:36 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 76c814d6f76d26642f652d1e499b15a87f3f7331
      https://github.com/wesnoth/wesnoth/commit/76c814d6f76d26642f652d1e499b15a87f3f7331
  Author: Alexander van Gessel <ai0867 at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M src/log.cpp
    M src/log.hpp

  Log Message:
  -----------
  Ensure scope_logger won't throw

Coverity pointed out that scope_logger is occasionally used in destructors. If it throws, the game will abort.





More information about the Commits mailing list