Module Name:src
Committed By: riastradh
Date: Mon Jun 17 18:16:58 UTC 2024
Modified Files:
src/lib/libc/compat/gen: compat_ldexp_ieee754.c
Log Message:
libc ldexp(3): Avoid undefined behaviour in arithmetic overflow.
PR lib/58347
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: riastradh
Date: Mon Jun 17 18:16:58 UTC 2024
Modified Files:
src/lib/libc/compat/gen: compat_ldexp_ieee754.c
Log Message:
libc ldexp(3): Avoid undefined behaviour in arithmetic overflow.
PR lib/58347
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: nia
Date: Sat Oct 8 12:56:51 UTC 2022
Modified Files:
src/lib/libc/compat/gen: compat_alloca.c
Log Message:
libc: Use a functional example when warning about incorrect alloca usage
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
Module Name:src
Committed By: nia
Date: Sat Oct 8 12:56:51 UTC 2022
Modified Files:
src/lib/libc/compat/gen: compat_alloca.c
Log Message:
libc: Use a functional example when warning about incorrect alloca usage
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
m...@eterna.com.au said:
> > the "mono" runtime dlopen(3)s some libc functions
> > directly and misses the RENAMEs apparently.)
> sounds like this was already not working properly anyway! it would
> have picked the wrong symbol, but one that may have sort of worked..
Yes I know. Fixing this in m
Almost everything... A C# program from pkgsrc stopped
working - the "mono" runtime dlopen(3)s some libc functions
directly and misses the RENAMEs apparently.)
sounds like this was already not working properly anyway! it would
have picked the wrong symbol, but one that may have sort
[ldexp/frexp]
chris...@astron.com said:
> You should comment on the PR that started all this in the first place
> (different results).
I haven't found a PR to the topic in gnats. Only a commit
message about frexp(-0) not being handled correctly.
Generally I've kept the libc versions up-to-date if
In article <20100423190454.62ec017...@cvs.netbsd.org>,
Matthias Drochner wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: drochner
>Date: Fri Apr 23 19:04:54 UTC 2010
>
>Modified Files:
> src/lib/libc/compat/gen: Makefile.inc compat_frexp_ieee754.c
> compat_ldexp