[Bug 229953] src/sys/arm64/rockchip/clk/rk_clk_composite.c:167]: (error) Division by zero.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 22 08:23:33 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229953

            Bug ID: 229953
           Summary: src/sys/arm64/rockchip/clk/rk_clk_composite.c:167]:
                    (error) Division by zero.
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: dcb314 at hotmail.com

Source code is

        for (best = 0, best_div = 0, div = 0;
             div <= ((sc->div_mask >> sc->div_shift) + 1); div++) {
                cur = fparent / div;

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list