Fix UB in ExternalWorkload.actor.cpp
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
```
/home/anoyes/workspace/foundationdb/fdbserver/workloads/ExternalWorkload.actor.cpp:159:21: runtime error: member call on address 0x00001b87c7b0 which does not point to an object of type 'FDBWorkload'
```
To repro, build with cmake with `-DUSE_UBSAN=1` and run `ctest -V -R SimpleExternal`
Contributor guide
Assessment
This issue has not been assessed yet.