Примеры использования Null pointer на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
There will be no null pointer dereference.
And here is even the handling of a null pointer.
Null pointer dereference is undefined behavior.
It turns out that we will use a null pointer.
Null pointer dereference causes undefined behavior.
Люди также переводят
There is no protection from the null pointer in code.
Here we have null pointer dereference, but the code works.
We need to add one more check to the null pointer.
Accessing by a null pointer will result in undefined behavior.
The next"dish" is sort of"delicacy"- null pointer dereferencing.
Handling a null pointer will cause a segmentation fault and an exception will be thrown.
It used to return a null pointer instead.
What they have in common is that they might return a null pointer.
The condition that checks the null pointer is written incorrectly.
As a result,we compare the pState pointer's value to the null pointer.
If the strtok()function returns a null pointer, the loop will terminate.
The analyzer detected a fragment of code that might cause using a null pointer.
In terms of C andC++ languages, null pointer dereferencing causes undefined behavior.
The analyzer detected a code fragment where a null pointer is used.
In Unreal Engine, you can find a null pointer dereferencing error in an error handler too.
This is the exact situation which happens in case of null pointer dereference.
Accessing memory pointed by a null pointer results in undefined behavior or a program crash.
It will be terminated earlier because of the null pointer dereference.
A null pointer dereference in RSS job completion notifications could lead to denial of service.
Most project(and Qt is no exception) have null pointer handling issues.
If an unknown error occurs, the programmer wants the program to throw a null pointer.
It will fail because it's a bad idea to use a null pointer when calling the function"pPlayer->GetSourceIP.
The analyzer has detected a potential error that may cause dereferencing of a null pointer.
When memory cannot be allocated, realloc returns a null pointer, overwriting the previous pointer value.
A quote from the documentation for the function:"The behavior is undefined if the' dest' is a null pointer.