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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 15 Aug 2017 13:56:37 +0200
From:   SF Markus Elfring <elfring@...rs.sourceforge.net>
To:     v9fs-developer@...ts.sourceforge.net, netdev@...r.kernel.org,
        "David S. Miller" <davem@...emloft.net>,
        Eric Van Hensbergen <ericvh@...il.com>,
        Latchesar Ionkov <lucho@...kov.net>,
        Ron Minnich <rminnich@...dia.gov>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        kernel-janitors@...r.kernel.org
Subject: [PATCH 0/5] net/9p: Fine-tuning for some function implementations

From: Markus Elfring <elfring@...rs.sourceforge.net>
Date: Tue, 15 Aug 2017 13:43:21 +0200

Some update suggestions were taken into account
from static source code analysis.

Markus Elfring (5):
  Delete an error message for a failed memory allocation in five functions
  Improve 19 size determinations
  Add a jump target in p9_client_walk()
  Adjust a jump target in p9_client_attach()
  Delete an unnecessary variable initialisation in p9_client_attach()

 net/9p/client.c       | 51 +++++++++++++++++++++------------------------------
 net/9p/protocol.c     |  6 +++---
 net/9p/trans_fd.c     | 16 +++++++---------
 net/9p/trans_rdma.c   |  8 +++-----
 net/9p/trans_virtio.c |  6 ++----
 net/9p/util.c         |  2 +-
 6 files changed, 37 insertions(+), 52 deletions(-)

-- 
2.14.0

Powered by blists - more mailing lists