From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ronnie Sahlberg Subject: [PATCH 00/12] cifs: various fixes for NULL pointers Date: Wed, 11 Oct 2017 12:59:15 +1100 Message-ID: <20171011015927.7669-1-lsahlber@redhat.com> Cc: Steve French To: linux-cifs Return-path: Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: List, Steve We recently had two very similar issues of dereferencing uninitialized pointer when Sendreceive2() would have certain failures. I went through the rest of smb2pdu.c to check for similar issues. These are what I found. Including a memory leak in smb2_lockv(). These patches are all small and kept separate for review. It might make sense to collapse all these patches into a single one. I don't know. Up to you.