In the Linux kernel, the following vulnerability has been resolved: ice: Fix potential memory leak in icegnssttywrite() The icegnssttywrite() return directly if the writebuf alloc failed, leaking the cmdbuf. Fix by free cmdbuf if writebuf alloc failed.