We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148efa9 commit 4ab1697Copy full SHA for 4ab1697
spec/function.dd
@@ -2348,8 +2348,7 @@ $(H3 $(LNAME2 safe-functions, Safe Functions))
2348
$(UL
2349
$(LI No casting from a pointer type to any type other than $(CODE void*).)
2350
$(LI No casting from any non-pointer type to a pointer type.)
2351
- $(LI No modification of pointer values other than assignment from a
2352
- pointer of the same type.)
+ $(LI No pointer arithmetic (including pointer indexing).)
2353
$(LI Cannot access unions that have pointers or references overlapping
2354
with other types.)
2355
$(LI Calling any system functions.)
0 commit comments