-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5423/
-----------------------------------------------------------

Review request for mesos and Benjamin Hindman.


Description
-------

InitGoogleLogging() assumes that the const char* (for argv[0]) it is passed 
remains valid indefinitely, but the code in common/logging.cpp passes it a 
temporary string. This patch uses a static string instead.


Diffs
-----

  src/common/logging.cpp 59ce251 

Diff: https://reviews.apache.org/r/5423/diff/


Testing
-------

make check


Thanks,

Charles Reiss

Reply via email to