From: Andrew Cagney <ac131313@cygnus.com>
To: jtc@redback.com
Cc: gdb@sourceware.cygnus.com
Subject: Re: savestring()
Date: Wed, 21 Mar 2001 15:59:00 -0000 [thread overview]
Message-ID: <3A9FC4DC.334CBD54@cygnus.com> (raw)
In-Reply-To: <5m1ysgopq8.fsf@jtc.redback.com>
"J.T. Conklin" wrote:
>
> Lint complaints about signed/unsigned conversions in the typical use
> of savestring:
ARI just complains about it :-)
> x->foo = savestring(bar, strlen(bar));
>
> Is there any reason why we shouldn't change the type of savestring's
> (likewise msavestring) second argument from int to size_t?
>
> Also, since the above is the same as:
>
> x->foo = xstrdup(bar);
>
> Is there any reason why we shouldn't change it? It's a bit odd that
> half the code uses savestring() and the other half uses xstrdup().
From the TODO file.
--
Replace savestring() with something from libiberty.
An xstrldup()? but that would have different semantics.
--
There may be more on this in the GDB and OpenBSD e-mail archives. I
sent an e-mail to the OpenBSD group asking if there should be a
strldup() like function - the strl*() functions originated from someone
in OpenBSD land.
Anyway, yes, some instances of savestring should be xstrdup() but others
are not so should probably get ``X'' rated treatment :-)
As for size_t. I have no idea, does libiberty manage to use size_t in
its headers? If it does then, why not :-)
Andrew
prev parent reply other threads:[~2001-03-21 15:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-21 15:59 savestring() J.T. Conklin
2001-03-21 15:59 ` Andrew Cagney [this message]
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=3A9FC4DC.334CBD54@cygnus.com \
--to=ac131313@cygnus.com \
--cc=gdb@sourceware.cygnus.com \
--cc=jtc@redback.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox