From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Tue, 13 Oct 2015 12:06:07 +0000 Subject: Re: [patch] ALSA: pcm: harmless underflow issue in snd_pcm_sw_params() Message-Id: <20151013120607.GM7289@mwanda> List-Id: References: <20151013070756.GA31537@mwanda> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Takashi Iwai Cc: Jaroslav Kysela , alsa-devel@alsa-project.org, Pierre-Louis Bossart , kernel-janitors@vger.kernel.org On Tue, Oct 13, 2015 at 11:39:41AM +0200, Takashi Iwai wrote: > On Tue, 13 Oct 2015 09:07:56 +0200, > Dan Carpenter wrote: > > > > "params->tstamp_mode" is a user supplied int. We cap the maximum but > > allow negative values by mistake. It's harmless but static checkers > > complain. > > > > Signed-off-by: Dan Carpenter > > You already sent the same fix and it was applied in the commit > 145d92e77e6f. > Oops. Sorry about that. regards, dan carpenter