From: Thomas Monjalon <thomas@monjalon.net>
To: Andre Muezerie <andremue@linux.microsoft.com>
Cc: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,
Tyler Retzlaff <roretzla@linux.microsoft.com>,
dev@dpdk.org
Subject: Re: [PATCH] eal: add asprintf() function for Windows
Date: Thu, 12 Jun 2025 02:41:05 +0200 [thread overview]
Message-ID: <7942373.1B3tZ46Xf9@thomas> (raw)
In-Reply-To: <1746495789-14101-1-git-send-email-andremue@linux.microsoft.com>
06/05/2025 03:43, Andre Muezerie:
> The asprintf function is not part of the C standard library but is a
> GNU extension commonly available in Unix-like systems. It dynamically
> allocates memory to store the formatted output string, similar to
> sprintf, but avoids buffer overflow issues by automatically sizing
> the buffer.
>
> Instead of rewriting it or coming up with some other replacement, this
> patch makes use of the implementation provided by Neved4.
Why not using eal_asprintf()?
next prev parent reply other threads:[~2025-06-12 0:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-06 1:43 [PATCH] eal: add asprintf() function for Windows Andre Muezerie
2025-06-12 0:41 ` Thomas Monjalon [this message]
2025-06-12 14:46 ` Andre Muezerie
2025-06-27 10:19 ` Thomas Monjalon
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=7942373.1B3tZ46Xf9@thomas \
--to=thomas@monjalon.net \
--cc=andremue@linux.microsoft.com \
--cc=dev@dpdk.org \
--cc=dmitry.kozliuk@gmail.com \
--cc=roretzla@linux.microsoft.com \
/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.