In the Linux kernel, the following vulnerability has been resolved: afs: Fix potential null pointer dereference in afsputserver afsputserver() accessed server->debugid before the NULL check, which could lead to a null pointer dereference. Move the debugid assignment, ensuring we never dereference a NULL server pointer.