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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 5 Sep 2023 08:20:19 +0200
From:   Michael Büsch <m@...s.ch>
To:     Rand Deeb <rand.sec96@...il.com>
Cc:     linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org,
        deeb.rand@...fident.ru, lvc-project@...uxtesting.org,
        voskresenski.stanislav@...fident.ru
Subject: Re: [PATCH v2] ssb: Fix division by zero issue in
 ssb_calc_clock_rate

On Tue,  5 Sep 2023 02:23:46 +0300
Rand Deeb <rand.sec96@...il.com> wrote:
> --- a/drivers/ssb/main.c
> +++ b/drivers/ssb/main.c
> @@ -835,7 +835,7 @@ static u32 clkfactor_f6_resolve(u32 v)
>  	case SSB_CHIPCO_CLK_F6_7:
>  		return 7;
>  	}
> -	return 0;
> +	return 1;
>  }

Acked-by: Michael Büsch <m@...s.ch>


-- 
Michael Büsch
https://bues.ch/

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ