On Monday, January 20, 2025 3:39:37 PM Pacific Standard Time Hal Murray via 
devel wrote:
> > Still seems like a bug to me.  Any potential UB is bad.  Should be easy
> > to work around.
> 
> Please look at the code.  It's only 10 lines.
> 
> If you can suggest a fix, I'll try it.
> (I already tried one from James.)

Here is a different one stripped down. I expect it to be met with much 
trepidation. The numbers ar that large to be less unclear.

-       m = n - ((n*4)/10);
+       m = (n * 60) / 100;

-30-



_______________________________________________
devel mailing list
devel@ntpsec.org
https://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to