Details
Details
Diff Detail
Diff Detail
Event Timeline
ReleaseNotes.rst | ||
---|---|---|
82 | We can probably just make this one entry: ``-Wnull-pointer-arithmetic`` now warns about performing pointer arithmetic on a null pointer. Such pointer arithmetic has an undefined behavior if the offset is nonzero. It also now warns about arithmetic on a null pointer treated as a cast from integer to pointer (GNU extension). |
We can probably just make this one entry: