Question about exception safety
Open
bug
question
- Dominant language
- C++
- Stars
- 39.4k
- Forks
- 8.2k
- PR merge metrics
- No merged PRs in 30d
Description
I found many palces in leveldb source code that bad_alloc will break the Ref/Unref balance.
It seems that it intended to do not consider exception safety.
I'm curious about why.
Contributor guide
Assessment
This issue has not been assessed yet.