Fixed crash when comparing null pointers to const char* arguments in matcher

This commit is contained in:
Mathieu Champlon 2015-08-09 10:30:11 +02:00
parent 77a4816c56
commit b40680a32a
3 changed files with 9 additions and 2 deletions

View file

@ -11,6 +11,7 @@
Not yet released
* Fixed missing thread synchronization in mock::sequence
* Fixed crash when comparing null pointers to const char* arguments in matcher
[endsect]