Skip to content

Consistent null pointer value usage #3824

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup: make wording a little terser
  • Loading branch information
zygoloid authored Mar 12, 2020
commit f5636987eb85afb428f44c092516d03979aa3d41
4 changes: 2 additions & 2 deletions source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5108,7 +5108,7 @@

\pnum
\begin{note}
When the allocation function returns a value other than a null pointer value, it must be
When the allocation function returns a non-null pointer value, it must be
a pointer to a block of storage in which space for the object has been
reserved. The block of storage is assumed to be appropriately aligned
and of the requested size. The address of the created object will not
Expand Down Expand Up @@ -6125,7 +6125,7 @@
considered to belong to a single-element array for this purpose.}
the result of the comparison is unspecified.
\item
Otherwise, if both pointers are null pointer values, both point to the same
Otherwise, if both pointer values are null, both point to the same
\indextext{address}%
function, or both represent the same address\iref{basic.compound},
they compare equal.
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy