This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 6/7] Merge of gcc patches


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: 0006-ChangeLog
Description: Text document

>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]