Wireless Daemon for Linux
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz at gmail.com>
To: iwd at lists.01.org
Subject: Re: [PATCH v2] src/sae.c: fix build without reallocarray
Date: Mon, 20 Sep 2021 10:34:10 -0500	[thread overview]
Message-ID: <7455fa76-7847-babe-ea08-4bcb994bb87c@gmail.com> (raw)
In-Reply-To: 20210919191744.3963258-1-fontaine.fabrice@gmail.com

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

Hi Fabrice,

On 9/19/21 2:17 PM, Fabrice Fontaine wrote:
> reallocarray has been added to glibc relatively recently (version 2.26,
> from 2017) and apparently not all users run new enough glibc. Moreover,
> reallocarray is not available with uclibc-ng. So use realloc if
> reallocarray is not available to avoid the following build failure
> raised since commit 891b78e9e892a3bcd800eb3a298e6380e9a15dd1:
> 
> /home/giuliobenetti/autobuild/run/instance-3/output-1/host/lib/gcc/xtensa-buildroot-linux-uclibc/10.3.0/../../../../xtensa-buildroot-linux-uclibc/bin/ld: src/sae.o: in function `sae_rx_authenticate':
> sae.c:(.text+0xd74): undefined reference to `reallocarray'
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/c6d3f86282c44645b4f1c61882dc63ccfc8eb35a
> ---
> Changes v1 -> v2 (after review of Denis Kenzior):
>   - Remove SoB
>   - Add reallocarray to missing.h
> 
>   configure.ac  | 1 +
>   src/missing.h | 7 +++++++
>   2 files changed, 8 insertions(+)
> 

Applied after re-wording the commit header slightly.  Thanks!

Regards,
-Denis

             reply	other threads:[~2021-09-20 15:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-20 15:34 Denis Kenzior [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-19 19:17 [PATCH v2] src/sae.c: fix build without reallocarray Fabrice Fontaine

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=7455fa76-7847-babe-ea08-4bcb994bb87c@gmail.com \
    --to=iwd@lists.linux.dev \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox