Fix potential segfaults if assert won't throw 79/30279/5
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 13 Nov 2014 14:02:23 +0000 (15:02 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Sat, 6 Dec 2014 01:03:14 +0000 (02:03 +0100)
commita0896f6616079ab3120e4a251666096efaa5108c
tree3c2aa5a9c2f84c04c56a9495993c6db55a2e3201
parent1cf8b53c5cd903ff21bd716e6893fda1aef0ac71
Fix potential segfaults if assert won't throw

Prepare code for assertions that won't throw an exception even if
condition check fails. Such situation can happen, when when exception
would have been thrown during stack unwinding after another exception.

Change-Id: Icb44b0e5e51bcb9b7f23fcc270d2e60eab4ecc1e
tests/cynara-tests/common/cynara_test_client_async_request_monitor.cpp
tests/cynara-tests/common/cynara_test_client_async_status_monitor.cpp