public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Dominik Vogt <vogt@linux.vnet.ibm.com>
To: libffi-discuss@sourceware.org
Subject: Re: [PATCH 6/7] Merge of gcc patches
Date: Tue, 18 Nov 2014 11:06:00 -0000	[thread overview]
Message-ID: <20141118110617.GA609@linux.vnet.ibm.com> (raw)
In-Reply-To: <546B2106.3050001@redhat.com>

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

On Tue, Nov 18, 2014 at 11:35:50AM +0100, Richard Henderson wrote:
> This has in effect already been applied.  Note that FFI_TYPE_VOID now appears
> in the switch statement.  The abort now only applies to true out-of-bounds, aka
> corrupt, ffi_type data.

Ah, I see.  The first half of the patch still looks useful though.
Updated patch attached.

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt
IBM Germany

[-- Attachment #2: 0006-ChangeLog --]
[-- Type: text/plain, Size: 101 bytes --]

ChangeLog
2014-07-21  Uros Bizjak  <ubizjak@gmail.com>

	* src/alpha/ffi.c: Do not include stdlib.h.

[-- Attachment #3: 0006-src-alpha-ffi.c-Do-not-include-stdlib.h.patch --]
[-- Type: text/x-diff, Size: 645 bytes --]

From 4478b515536ee437f78221c3062ee00727962764 Mon Sep 17 00:00:00 2001
From: uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 25 Jul 2014 09:01:45 +0000
Subject: [PATCH 6/7] src/alpha/ffi.c: Do not include stdlib.h.

---
 src/alpha/ffi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/alpha/ffi.c b/src/alpha/ffi.c
index 192f691..7d72b0c 100644
--- a/src/alpha/ffi.c
+++ b/src/alpha/ffi.c
@@ -27,7 +27,6 @@
 
 #include <ffi.h>
 #include <ffi_common.h>
-#include <stdlib.h>
 
 /* Force FFI_TYPE_LONGDOUBLE to be different than FFI_TYPE_DOUBLE;
    all further uses in this file will refer to the 128-bit type.  */
-- 
1.8.4.2


  reply	other threads:[~2014-11-18 11:06 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-18 10:17 [PATCH 0/7] " Dominik Vogt
2014-11-18 10:18 ` [PATCH 2/7] " Dominik Vogt
2014-11-18 10:34   ` Richard Henderson
2014-11-18 10:18 ` [PATCH 1/7] " Dominik Vogt
2014-11-18 10:33   ` Richard Henderson
2014-11-18 13:13     ` Richard Henderson
2014-11-18 10:19 ` [PATCH 3/7] " Dominik Vogt
2014-11-18 10:40   ` Richard Henderson
2014-11-18 10:19 ` [PATCH 4/7] " Dominik Vogt
2014-11-18 10:41   ` Richard Henderson
2014-11-18 10:20 ` [PATCH 5/7] " Dominik Vogt
2014-11-18 10:42   ` Richard Henderson
2014-11-18 10:20 ` [PATCH 6/7] " Dominik Vogt
2014-11-18 10:36   ` Richard Henderson
2014-11-18 11:06     ` Dominik Vogt [this message]
2014-11-18 11:34       ` Richard Henderson
2014-11-18 11:57         ` Dominik Vogt
2014-11-18 10:21 ` [PATCH 7/7] " Dominik Vogt
2014-11-18 10:37   ` Richard Henderson
2014-11-18 10:32 ` [PATCH 0/7] " Richard Henderson
2014-11-18 10:47 ` Richard Henderson

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=20141118110617.GA609@linux.vnet.ibm.com \
    --to=vogt@linux.vnet.ibm.com \
    --cc=libffi-discuss@sourceware.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).