All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx@kernel.org>
To: Kalevi Kolttonen <kalevi@kolttonen.fi>
Cc: linux-man@vger.kernel.org
Subject: Re: reallocarray() is now part of POSIX
Date: Thu, 14 May 2026 23:29:40 +0200	[thread overview]
Message-ID: <agY88e74EJ72Vli7@devuan> (raw)
In-Reply-To: <agY7IsrJiFZdAreh@14-5A-FC-31-E8-67>

[-- Attachment #1: Type: text/plain, Size: 2099 bytes --]

On 2026-05-15T00:14:10+0300, Kalevi Kolttonen wrote:
> Hello!

Hi!

> The man page for 'reallocarray' claims this function
> is not standardized. However, it is now part of POSIX.

You probably have an old version of the manual page.  The current manual
page documents POSIX.1-2024:

	$ man -w reallocarray \
		| MANWIDTH=64 xargs mansectf STANDARDS \
		| head -n11;
	malloc(3)           Library Functions Manual          malloc(3)

	STANDARDS
	     malloc()
	     free()
	     calloc()
	     realloc()
		    C23, POSIX.1‐2024.

	     reallocarray()
		    POSIX.1‐2024.

This was documented in
b9ebd195 (2025-07-20; "man/man3/malloc.3: STANDARDS, HISTORY, BUGS: Clarify (non)conformance of realloc{,array}(3)").

That commit was part of man-pages-6.15:

	$ git describe --contains b9ebd195
	man-pages-6.15~1

Which was released 10 months ago:

	tag man-pages-6.15
	Tagger: Alejandro Colomar <alx@kernel.org>
	Date:   2025-07-20 23:49:35 +0200

	man-pages-6.15 - manual pages for GNU/Linux
	-----BEGIN PGP SIGNATURE-----

	iQIzBAABCgAdFiEES7Jt9u9GbmlWADAi64mZXMKQwqkFAmh9ZKwACgkQ64mZXMKQ
	wqnjPQ//db5f+yZ+Ew9mueXt7Mw8EY918/wGuiMZC31M/lNSywpFrczzsG+SLyMv
	QJwdK4ZJG62j5zA3eiFonpSsApxFPGb8aZhFlH/IjN5V0ilpxOKa9YfGKx150fi0
	l+uMNRl4dV3lK3EavOcHHClPwQDQ2qOxt+WTksMHGOusr2/y+MyMcHEkXkvQfQDr
	GeLvBumPLoxMM1tieGoXdSn6dx39eQAqQB1H/LhFejR+OX+bpVVfcDUWzH2HNXo4
	UaUxKMgY1QfFVy1Azjm45Zt/uz2br/PFJ4NdfawpNT/3qN9L3egTQeyMuSlOQZnI
	c8MGi0D2VIotvyGmewCKSta2Wx8VpTe9BY/iB+Afdt9urUkj+A6EPpacVOFJbWxG
	nMjIYJsEDhrwvjIwliC5YD6CIEmXYRk/xYmd4QXKu+82EAc1ttd5+aFdiAP8e1DL
	m77hABRDINTwFTQ5rq5VuSL9WqYhYSVzoM5rf3Y/AzyUaqeg/6peqSY8aMuDVc5X
	zXbrDK86/iDBPYiFIbNxS5iy/rlROxL1/UVzVSmmp+u5/u6tGkpBCDvPSoaP4XfW
	xzjwYsEJroTHtJ/X2f/Gib6Aovo5Cyut2t7Y0z1wbocJKWn0FlKHbNnPLFsxKr6B
	t8fzPTQql83qlvNqPJKQEPR+ZSshnZvWcRMwP3PUxq1LsApAWkA=
	=1+GK
	-----END PGP SIGNATURE-----


Have a lovely night!
Alex

> FreeBSD 15 man page says:
> 
>   reallocarray() conforms to IEEE Std 1003.1-2024 (“POSIX.1”).
> 
> br,
> KK
> 

-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2026-05-14 21:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-14 21:14 reallocarray() is now part of POSIX Kalevi Kolttonen
2026-05-14 21:29 ` Alejandro Colomar [this message]
2026-05-14 21:38   ` Kalevi Kolttonen
2026-05-14 21:44     ` Alejandro Colomar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=agY88e74EJ72Vli7@devuan \
    --to=alx@kernel.org \
    --cc=kalevi@kolttonen.fi \
    --cc=linux-man@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.