lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 18 Aug 2020 11:15:53 +0800 From: Zhen Lei <thunder.leizhen@...wei.com> To: Oliver O'Halloran <oohall@...il.com>, Dan Williams <dan.j.williams@...el.com>, Vishal Verma <vishal.l.verma@...el.com>, "Dave Jiang" <dave.jiang@...el.com>, Ira Weiny <ira.weiny@...el.com>, linux-nvdimm <linux-nvdimm@...ts.01.org>, linux-kernel <linux-kernel@...r.kernel.org> CC: Zhen Lei <thunder.leizhen@...wei.com> Subject: [PATCH 0/3] bugfix and optimize for drivers/nvdimm I found a memleak when I learned the drivers/nvdimm code today. And I also added a sanity check for priv->bus_desc.provider_name, because strdup() maybe failed. Patch 3 is a trivial source code optimization. Zhen Lei (3): libnvdimm: fix memleak in of_pmem.c libnvdimm: add sanity check for provider_name in of_pmem_region_probe() libnvdimm/bus: simplify walk_to_nvdimm_bus() drivers/nvdimm/bus.c | 7 +++---- drivers/nvdimm/of_pmem.c | 7 +++++++ 2 files changed, 10 insertions(+), 4 deletions(-) -- 1.8.3
Powered by blists - more mailing lists