From: Tom Tromey <tromey@redhat.com>
To: Paul Koning <paulkoning@comcast.net>
Cc: ratmice@gmail.com, gdb@sourceware.org
Subject: Re: Python: should gdb.Value array indexing check bounds?
Date: Wed, 05 Oct 2011 18:08:00 -0000 [thread overview]
Message-ID: <m3ehyrjoq4.fsf@fleche.redhat.com> (raw)
In-Reply-To: <7A2DB38D-692D-4E15-BBCE-EFFD115F47DA@comcast.net> (Paul Koning's message of "Tue, 20 Sep 2011 12:18:30 -0400")
>>>>> "Paul" == Paul Koning <paulkoning@comcast.net> writes:
Paul> Currently, if a gdb.Value object corresponds to an array, array
Paul> indexing is done C-style: no bounds checking, just pointer
Paul> arithmetic. That's somewhat unnatural to Python. Should it do a
Paul> range check instead, and raise IndexError for out of range index
Paul> values?
I think it would be good if the bad cases could somehow be avoided.
Matt> I'd think no because of things like:
Matt> http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Zero-Length.html
Matt> (which is possible with non-zero length arrays also).
Paul> I suppose that could be handled by making the check not apply in that
Paul> case.
I think there are other bad cases -- e.g., the classic C struct hack
uses an array with 1 element.
Paul> Or the bounds could be made writable? Right now the bounds go
Paul> with the type, not the value; for them to be writable they would have
Paul> to go with the value.
This sounds like Jan's VLA patchset.
I'm not sure how rewriting the bounds would work in practice.
I guess you could just cast the array to a pointer today.
Tom
prev parent reply other threads:[~2011-10-05 18:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-20 16:05 Paul_Koning
2011-09-20 16:12 ` Matt Rice
[not found] ` <09787EF419216C41A903FD14EE5506DD03094C6D7D@AUSX7MCPC103.AMER.DELL.COM>
2011-09-20 16:19 ` Paul Koning
2011-10-05 18:08 ` Tom Tromey [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=m3ehyrjoq4.fsf@fleche.redhat.com \
--to=tromey@redhat.com \
--cc=gdb@sourceware.org \
--cc=paulkoning@comcast.net \
--cc=ratmice@gmail.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