aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ic/doc
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-07-20 14:10:09 +0200
committerErlang/OTP <[email protected]>2018-07-20 14:10:09 +0200
commit7507f47dc14093443fb8446b969f73d276339413 (patch)
treeaf4006b4a55583caefe11da2451ddae225ed6ee4 /lib/ic/doc
parentbeac5e5e0795e7814f317e55dd3746082e3e5202 (diff)
downloadotp-7507f47dc14093443fb8446b969f73d276339413.tar.gz
otp-7507f47dc14093443fb8446b969f73d276339413.tar.bz2
otp-7507f47dc14093443fb8446b969f73d276339413.zip
Prepare release
Diffstat (limited to 'lib/ic/doc')
-rw-r--r--lib/ic/doc/src/notes.xml23
1 files changed, 22 insertions, 1 deletions
diff --git a/lib/ic/doc/src/notes.xml b/lib/ic/doc/src/notes.xml
index 13d11527ab..217f7ab740 100644
--- a/lib/ic/doc/src/notes.xml
+++ b/lib/ic/doc/src/notes.xml
@@ -31,7 +31,28 @@
<file>notes.xml</file>
</header>
- <section><title>IC 4.4.4.1</title>
+ <section><title>IC 4.4.4.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fixed potential buffer overflow bugs in
+ oe_ei_encode_long/ulong/longlong/ulonglong functions on
+ 64-bit architectures. These functions expect 32 bit
+ integers as the IDL type "long" is defined as 32 bits.
+ But there is nothing preventing user code from "breaking"
+ the interface and pass larger values on 64-bit
+ architectures where the C type "long" is 64 bits.</p>
+ <p>
+ Own Id: OTP-15179 Aux Id: ERIERL-208 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>IC 4.4.4.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>