Skip to content

Commit 4a34f3d

Browse files
BillyDonahueMongoDB Bot
authored andcommitted
SERVER-104300 pull back some detail from noexcept doc (#35374)
GitOrigin-RevId: 498d5ab8074378588f073f13823873744b3c7889
1 parent eafdd47 commit 4a34f3d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/exception_architecture.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,8 @@ void func() try {
187187
```
188188

189189
**As with invariant, be very careful when putting `noexcept` on a function that
190-
interacts with untrusted input.** This has caused bugs, such as
191-
[SERVER-94316](https://jira.mongodb.org/browse/SERVER-94316), where an error
192-
parsing untrusted input was able to cause an exception to reach a `noexcept`
193-
boundary.
190+
interacts with untrusted input.** This has been the root cause of serious past
191+
bugs.
194192

195193
### Adding or Removing noexcept
196194

0 commit comments

Comments
 (0)