-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update changelog for 1.80.0 #521
Conversation
fb75403
to
523b139
Compare
:dp:`fls_oqhQ62mDLckN` | ||
It is undefined behavior to create an :t:`allocated object` at :t:`base address` | ||
:c:`null`. | ||
|
||
:dp:`fls_uhwpuv6cx4ip` | ||
It is undefined behavior to create an :t:`allocated object` with :t:`memory | ||
size` ``size`` at a :t:`base address` ``base`` where ``base + size`` is greater | ||
than the architectures maximum :c:`usize` value. | ||
|
||
:dp:`fls_xuuFKmm181bs` | ||
It is undefined behavior to create an :t:`allocated object` with :t:`memory | ||
size` ``size`` where ``size`` is greater than the architectures maximum | ||
:c:`isize` value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be in an undefined behavior rubric, so that it shows up in the UB appendix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It already is (see line 45)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
Build succeeded: |
No description provided.