Also, removed CVE-2015-5128, which was previously assessed to be a Type Confusion issue and has been re-classified as a non-exploitable crash due to a null pointer exception.
Кроме того, удалена уязвимость CVE-2015-5128, которая ранее считалась уязвимостью, связанной с неправильным определением типа, а затем была признана сбоем, который невозможно использовать злоумышленникам вследствие исключения нулевого указателя.
Otherwise it will throw a null pointer exception.
В противном случае вы, вероятно, будете столкнетесь с NullReferenceException.
Alte rezultate
Null pointer accesses will cause an exception or program termination in most environments, but can cause corruption in operating system kernels or systems without memory protection, or when use of the null pointer involves a large or negative offset.
Обращение по нулевому указателю приведёт к исключению или аварийному завершению программы в большинстве окружений, но может и вызвать порчу данных в ядре операционной системы или в системах без защиты памяти или при применении большого отрицательного смещения.
This includes but is not restricted to: null pointer handling, uninitialised variables, range checking, array size verification, memory allocation and de-allocation, exception handling.
A common source of segmentation fault is dereferencing a null pointer.
Corresponding to Alice, maybe the second bucket just has a null pointer.
Dereferencing a null pointer also results in undefined behavior.
In the case of no errors, a null pointer is returned.
For example, a buffer overflow is usually a more severe security problem than a null pointer dereference.
Например, переполнение буфера чаще всего является показателем более серьезной проблемы с безопасностью, чем пустой указатель.
This prevents a possible null pointer de-reference if an interrupt was shared during shutdown.
Это предотвращает возможное обнуление указателя при совместном использовании прерывания в случае завершения работы.
Upon failure, these functions will return a null pointer.
В противном случае эта функция возвращает значение NULL.
The most common flaws detected across participating projects over the years are NULL pointers, resource leaks and unintentional ignored expressions.
Наиболее распространёнными проблемами, обнаруживаемыми на протяжении нескольких лет, всё ещё являются нулевые указатели, утечки ресурсов и неумышленное игнорирование вычисленных значений.
Are you finding a lot of null pointer errors?