https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269581
schakraba...@microsoft.com changed:
What|Removed |Added
Severity|Affects Some People |Affects Many People
-
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269581
schakraba...@microsoft.com changed:
What|Removed |Added
Severity|Affects Some People |Affects Many People
-
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269688
Bug ID: 269688
Summary: memalign() produces division by zero if size is 0
Product: Base System
Version: 13.1-RELEASE
Hardware: Any
OS: Any
Status: New
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269688
Mina Galić changed:
What|Removed |Added
CC||free...@igalic.co
--- Comment #1 from
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269513
Graham Perrin changed:
What|Removed |Added
Assignee|b...@freebsd.org|f...@freebsd.org
C
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269688
--- Comment #2 from Paul Floyd ---
On other platforms the behaviour is:
macOS doesn't exist
Linux glibc
just calls malloc
https://elixir.bootlin.com/glibc/glibc-2.37.9000/source/malloc/malloc.c#L3510
/* If we need less alignment than w
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269688
--- Comment #3 from Paul Floyd ---
And I would just pass it on to aligned_alloc:
void *
memalign(size_t align, size_t size)
{
return (aligned_alloc(align, size ? roundup(size, align) : size));
}
--
You are receiving this mail bec
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196437
Fernando Apesteguía changed:
What|Removed |Added
Assignee|b...@freebsd.org|fern...@freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193334
Fernando Apesteguía changed:
What|Removed |Added
Status|New |Closed
Assignee|b.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196106
Fernando Apesteguía changed:
What|Removed |Added
Resolution|--- |Overcome By Events
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197547
Fernando Apesteguía changed:
What|Removed |Added
CC||fern...@freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197547
Fernando Apesteguía changed:
What|Removed |Added
Assignee|b...@freebsd.org|fern...@freebsd.org
--
You
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247676
dgmor...@earthlink.net changed:
What|Removed |Added
CC||dgmor...@earthlink.net
--
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199806
Fernando Apesteguía changed:
What|Removed |Added
Assignee|b...@freebsd.org|fern...@freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201003
Fernando Apesteguía changed:
What|Removed |Added
Status|New |Open
CC|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203173
Fernando Apesteguía changed:
What|Removed |Added
Assignee|b...@freebsd.org|fern...@freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203662
Fernando Apesteguía changed:
What|Removed |Added
Assignee|b...@freebsd.org|fern...@freebsd.org
To view an individual PR, use:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and ob
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269699
Bug ID: 269699
Summary: ipfw table is always created in set 0
Product: Base System
Version: 13.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269699
adr...@faultware.com changed:
What|Removed |Added
Summary|ipfw table is always|ipfw table is always
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269699
adr...@faultware.com changed:
What|Removed |Added
Summary|ipfw table is always|ipfw table is always
21 matches
Mail list logo