From b6dc1a844eab061d0a7153d46e7e68296f15a504 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 4 Oct 2011 12:06:58 +0200 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'lib/erl_interface/doc/src') diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 7055fcd5c9..9a42ebfddf 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -30,6 +30,53 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.7.5 + +
Fixed Bugs and Malfunctions + + +

Align ei buffer according to size of pointers

+

+ Own Id: OTP-9390

+
+ +

XML files have been corrected.

+

+ Own Id: OTP-9550 Aux Id: OTP-9541

+
+ +

+ Make comment and documentation reflect code in + erl_interface/src/misc/ei_decode_term.c (Thanks to Anneli + Cuss)

+

+ Own Id: OTP-9559

+
+
+
+ + +
Improvements and New Features + + +

+ ei: integer overflow in string/atom encoding

+

+ ei_encode_atom() and ei_encode_string() use strlen() to + get the length of the buffer. As strlen() returns an + unsigned long long and both ei functions take a signed + integer, the length fields may overflow.

+

+ Check so that the results of strlen can be held in a + signed integer. (Thanks to Michael Santos)

+

+ Own Id: OTP-9530

+
+
+
+ +
+
Erl_Interface 3.7.4
Fixed Bugs and Malfunctions -- cgit v1.2.3