https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281202
Bug ID: 281202
Summary: [regression] /usr/sbin/ntpd is broken in 13.4-RC
Product: Base System
Version: 13.4-STABLE
Hardware: Any
OS: Any
Status: New
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=264195
Mateusz Piotrowski <0...@freebsd.org> changed:
What|Removed |Added
Assignee|0...@freebsd.org |b...@freebs
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281160
Mark Johnston changed:
What|Removed |Added
CC||ma...@freebsd.org
--- Comment #1 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279381
Mark Linimon changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281177
Mark Linimon changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268436
Mark Linimon changed:
What|Removed |Added
Status|Open|Closed
Resolution|---
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268436
--- Comment #4 from Hodong ---
#include
#include
#include
#include
#include
#include
void* c_realloc (void* ptr, size_t size)
{
if (!size)
{
free (ptr);
return NULL;
}
void* mem = realloc (ptr, size);
if (mem)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268436
--- Comment #3 from Hodong ---
(In reply to Mark Johnston from comment #2)
Your opinion is also correct. I should explain it well and logically, but I am
sorry that I cannot.
Instead, I will write an example code to show what the problem i