public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: manfred@colorfullife.com
To: gcc-gnats@gcc.gnu.org
Subject: c/9058: structure with flexible array member: offsetof() != sizeof()
Date: Thu, 26 Dec 2002 04:36:00 -0000	[thread overview]
Message-ID: <20021226123454.27019.qmail@sources.redhat.com> (raw)


>Number:         9058
>Category:       c
>Synopsis:       structure with flexible array member: offsetof() != sizeof()
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 26 04:36:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Manfred Spraul
>Release:        gcc (GCC) 3.2 20020903 (RedHat Linux 8.0 3.2-7)
>Organization:
>Environment:
Linux i386
>Description:
See the attached test case:
struct x {int a; char b; short c[];};

Now sizeof(struct x) is 8, offsetof(struct x, c) is 6. That seems to contradice the C99 standard: section 6.7.2.1, constraint 16.

The problem occurs both with gcc and g++
>How-To-Repeat:
gcc -o simple simple.c
./simple
>Fix:
Workarounds:
- Do not assume that x_ptr->c == x_ptr+1
- Manually pad structure
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="simple.c"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="simple.c"

LyoKICogVGVzdGNhc2UgZm9yIGEgcG9zc2libGUgY29tcGlsZXIgYnVnOgogKiBzdHJ1Y3R1cmUg
d2l0aCBmbGV4aWJsZSBhcnJheSBtZW1iZXIuCiAqIG9mZnNldG9mKHN0cnVjdCxmbGV4aWJsZV9t
ZW1iZXIpICE9IHNpemVvZihzdHJ1Y3QpLgogKgogKiBUaGF0IHNlZW1zIHRvIGJlIGEgdmlvbGF0
aW9uIG9mIDYuNy4yLjEsIGNvbnN0cmFpbnQgMTYgb2YgdGhlIEM5OQogKiBzdGFuZGFyZDoKICog
IkZpcnN0LCB0aGUgc2l6ZSBvZiB0aGUgc3RydWN0dXJlIHNoYWxsIGJlIGVxdWFsIHRvIHRoZSBv
ZmZzZXQgb2YgdGhlCiAqIGxhc3QgZWxlbWVudCBvZiBhbiBvdGhlcndpc2UgaWRlbnRpY2FsIHN0
cnVjdHVyZSB0aGF0IHJlcGxhY2VzIHRoZQogKiBmbGV4aWJsZSBhcnJheSBtZW1iZXIgd2l0aCBh
biBhcnJheSBvZiB1bnNwZWNpZmllZCBsZW5ndGguCiAqLwojaW5jbHVkZSA8c3RkaW8uaD4KCi8q
CiAqIHNpemVvZjogOAogKiBhbGlnbm1lbnQ6IDQsIGR1ZSB0byB0aGUgaW50LgogKi8Kc3RydWN0
IG4yIHsKCS8qIG9mZnNldCAwICovCglpbnQgbTsKCS8qIG9mZnNldCA0ICovCgljaGFyIG47Cgkv
KiBvbmUgYnl0ZSBwYWRkaW5nLCBzaG9ydCByZXF1aXJlcyAyIGJ5dGUgYWxpZ25tZW50ICovCgkv
KiBvZmZzZXQgNiAqLwoJc2hvcnQgYVsxXTsKfTsKCi8qCiAqIHNpemVvZjogOC4KICogWFhYCiAq
IElzIHRoaXMgY29ycmVjdD8KICogb2Zmc2V0b2Yoc3RydWN0IG4xLCBhKSBpcyA2CiAqIC0tPiBv
ZmZzZXRvZihzdHJ1Y3QgbjEsIGEpICE9IHNpemVvZihzdHJ1Y3QgbjEpCiAqIFhYWAogKi8Kc3Ry
dWN0IG4xIHsKCS8qIG9mZnNldCAwICovCglpbnQgbTsKCS8qIG9mZnNldCA0ICovCgljaGFyIG47
CgkvKiBvbmUgYnl0ZSBwYWRkaW5nLCBzaG9ydCByZXF1aXJlZCAyIGJ5dGUgYWxpZ25tZW50ICov
CgkvKiBvZmZzZXQgNiAqLwoJc2hvcnQgYVtdOwoJLyogb2Zmc2V0IGlzIHN0aWxsIDYsIGJlY2F1
c2Ugc2l6ZW9mIChuMS5hKSBpcyAwICovCgkvKiAyIGJ5dGUgcGFkZGluZyAqLwp9OwoJCiNkZWZp
bmUgb2Zmc2V0b2YoYSxiKSBcCgkJKGludCkmKChhKilOVUxMKS0+YgoKaW50IG1haW4odm9pZCkK
ewoJcHJpbnRmKCJmaXg6IHNpemVvZjogJWQsIG9mZnNldG9mOiAlZC5cbiIsIHNpemVvZihzdHJ1
Y3QgbjIpLCBvZmZzZXRvZihzdHJ1Y3QgbjIsIGEpKTsKCXByaW50ZigidmFyOiBzaXplb2Y6ICVk
LCBvZmZzZXRvZjogJWQuXG4iLCBzaXplb2Yoc3RydWN0IG4xKSwgb2Zmc2V0b2Yoc3RydWN0IG4x
LCBhKSk7CglyZXR1cm4gMDsKfQo=


             reply	other threads:[~2002-12-26 12:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-26  4:36 manfred [this message]
2002-12-26 12:26 Joseph S. Myers
2002-12-26 13:46 Manfred Spraul
2002-12-26 14:26 Joseph S. Myers
2002-12-26 15:46 Manfred Spraul
2003-01-13  0:20 bangerth
2003-01-13 21:13 bangerth

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=20021226123454.27019.qmail@sources.redhat.com \
    --to=manfred@colorfullife.com \
    --cc=gcc-gnats@gcc.gnu.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).