Neil Conway created MESOS-3328:
----------------------------------
Summary: Fix issues reported by Undefined Behavior Sanitizer
Key: MESOS-3328
URL: https://issues.apache.org/jira/browse/MESOS-3328
Project: Mesos
Issue Type: Bug
Reporter: Neil Conway
Assignee: Neil Conway
Priority: Minor
Running it just now reveals two issues:
[ RUN ] NetTest.ConstructIPv4Network
/mesos/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:399:47: runtime
error: shift exponent 32 is too large for 32-bit type 'unsigned int'
[ OK ] NetTest.ConstructIPv4Network (0 ms)
...
[ RUN ] FaultToleranceTest.ReregisterCompletedFrameworks
/mesos/3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:303:25:
runtime error: load of value 33, which is not a valid value for type 'bool'
[ OK ] FaultToleranceTest.ReregisterCompletedFrameworks (209 ms)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)