From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] malloc: fix memset size Date: Fri, 29 Mar 2019 12:52:59 +0100 Message-ID: <40895879.hKbrvuO6yK@xps> References: <8f8c3997f0cd872487482607b2925ab9b05ca7d1.1553856935.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, stable@dpdk.org To: Anatoly Burakov Return-path: In-Reply-To: <8f8c3997f0cd872487482607b2925ab9b05ca7d1.1553856935.git.anatoly.burakov@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 29/03/2019 11:56, Anatoly Burakov: > The memset size for an IPC message is set incorrectly. Fix it to > cover the entire IPC message. > > Fixes: 07dcbfe0101f ("malloc: support multiprocess memory hotplug") > Cc: stable@dpdk.org > > Signed-off-by: Anatoly Burakov Applied, thanks