Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <caIp5UwudOJvMTdVb@bongo-ra.co>
Deutsch   English   Français   Italiano  
<caIp5UwudOJvMTdVb@bongo-ra.co>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!feeds.phibee-telecom.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Spiros Bousbouras <spibou@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: avoiding strdup()
Date: Mon, 11 Mar 2024 19:45:33 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <caIp5UwudOJvMTdVb@bongo-ra.co>
References: <us0brl$246bf$1@dont-email.me> <pan$4fc39$61bdfbef$3ca9a71a$af842694@invalid.invalid> <87y1ayj6hs.fsf_-_@bsb.me.uk>
   <pan$e9f7e$d6f7a386$31c353e8$a08c13cf@invalid.invalid> <usc845$10v6e$1@dont-email.me> <pan$89aca$33d2df8c$9e2c232f$d767db40@invalid.invalid>
   <ushea7$28prq$2@dont-email.me> <ushnkb$1rnlb$4@dont-email.me> <87r0gizzuo.fsf@nosuchdomain.example.com>
   <20240310101101.00001fd4@yahoo.com> <20240310100715.866@kylheku.com> <ifnHN.386274$vFZa.250421@fx13.iad>
   <usnb64$3n297$1@dont-email.me> <20240311185039.000066fc@yahoo.com> <87edcgzo7r.fsf@nosuchdomain.example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 11 Mar 2024 19:45:33 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="5b7f4a9274de11a35a2cde98e30111a7";
	logging-data="3995233"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19abiUz0H2OmuvMC/gGoV4/"
Cancel-Lock: sha1:5mpfTYux2UXzu5Ylk/rYQ4JCIA8=
X-Server-Commands: nowebcancel
In-Reply-To: <87edcgzo7r.fsf@nosuchdomain.example.com>
X-Organisation: Weyland-Yutani
Bytes: 1831

On Mon, 11 Mar 2024 10:13:12 -0700
Keith Thompson <Keith.S.Thompson+u@gmail.com> wrote:
> One data point: On my Ubuntu system, malloc(SIZE_MAX) returns NULL for
> very large arguments (over about 23 GiB in my quick and dirty test).

You lost me there.