CVS commit: src/lib/libc/softfloat/bits64
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rillig Date: Tue Apr 7 20:08:33 UTC 2026 Modified Files: src/lib/libc/softfloat/bits64: softfloat.c Log Message: libc/softfloat: prevent undefined behavior in floating point conversions See the previous commit for details. The same code pattern occur in the bits32 implementation, as well as in other copies of the same upstream code, for example in libkern. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/softfloat/bits64/softfloat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.