Null pointer dereference in the Intel(R) VROC software before version 7.7.6.1003 may allow an authenticated user to potentially enable escalation of privilege via local access.
Catching NullPointerException should not be used as an alternative to programmatic checks to prevent dereferencing a null pointer.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Virtual_raid_on_cpu | Intel | * | 7.7.6.1003 (excluding) |
Programmers typically catch NullPointerException under three circumstances:
Of these three circumstances, only the last is acceptable.