From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Antonio Quartulli Date: Tue, 27 May 2014 04:25:46 +0200 Message-Id: <1401157547-25199-1-git-send-email-antonio@meshcoding.com> Subject: [B.A.T.M.A.N.] pull request net: batman-adv 20140527 Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: davem@davemloft.net Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Hello David, here you have another very small fix intended for net/linux-3.15. It prevents some multicast functions from dereferencing a NULL pointer. (Actually it was nothing more than a typ0) I hope it is not too late for such a small patch. Please pull or let me know of any problem Thanks a lot, Antonio The following changes since commit b6ed5498601df40489606dbc14a9c7011c16630b: batman: fix a bogus warning from batadv_is_on_batman_iface() (2014-05-22 17:23:00 -0400) are available in the git repository at: git://git.open-mesh.org/linux-merge.git for you to fetch changes up to 9d4190df6a21d96238133a9a64866a9c796f4ec8: batman-adv: fix NULL pointer dereferences (2014-05-23 16:32:32 +0200) ---------------------------------------------------------------- Included changes: - prevent NULL dereference in multicast code ---------------------------------------------------------------- Marek Lindner (1): batman-adv: fix NULL pointer dereferences net/batman-adv/multicast.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)