Chenyuan Mi ([email protected])

Number of posts: 13 (13 per day)
First post: 2023-06-14 14:49:41
Last post: 2023-06-15 13:14:55

Date List Subject
2023-06-15 13:14:55 linux-kernel [PATCH] tools/io_uring: Fix missing check for return value of malloc()
2023-06-15 13:04:08 linux-kernel [PATCH] tools/io_uring: Fix missing check for return value of malloc()
2023-06-14 16:35:40 linux-kernel [PATCH] ACPICA: Fix missing check for return value of acpi_ns_get_attached_object()
2023-06-14 16:32:24 linux-kernel [PATCH] iommu: Fix missing check for return value of iommu_group_get()
2023-06-14 16:19:45 linux-kernel [PATCH] drm/display/dp_mst: Fix missing check for return value of drm_atomic_get_mst_payload_state()
2023-06-14 16:19:34 linux-kernel [PATCH] serial: 8250_lpss: Fix missing check for return value of pci_get_slot()
2023-06-14 16:02:10 linux-kernel [PATCH] drm/i915: Fix missing check for return value of dev_get_platdata()
2023-06-14 15:42:39 linux-kernel [PATCH] io_uring/kbuf: fix missing check for return value of io_buffer_get_list()
2023-06-14 15:27:33 linux-kernel [PATCH] perf subcmd: Fix missing check for return value of malloc() in add_cmdname()
2023-06-14 14:54:58 linux-kernel [PATCH] perf subcmd: Fix missing check for return value of malloc()
2023-06-14 14:53:07 linux-kernel [PATCH] tools: Fix missing check for return value of malloc()
2023-06-14 14:50:31 linux-nfs [PATCH] nfsroot: Fix missing check for return value of strsep()
2023-06-14 14:49:41 linux-nfs [PATCH] nfsroot: Fix missing check for return value of strsep() The strsep() function in root_nfs_parse_options() may return NULL if argument 'incoming' is NULL. Since 'incoming' has Null check in this function, it is also need to add Null check for return value of strsep().