From e84e7b930fc7bb0c9f66a22c44ef1dfc15a9b2aa Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 20 Mar 2015 17:05:16 -0500 Subject: [PATCH] Release notes for ao-convert changes --- documentation/RELEASE_NOTES.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 6bbcb5643..71883d460 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,14 @@ +

aoRecord raw conversion overflows

+ +

The ao record type now checks converted raw values and limits them to the +32-bit integer range before writing them to the RVAL field. Previously value +overflows relied on Undefined Behaviour which could give different results on +different platforms. The ROFF fields of the ao and ai record types are now +DBF_ULONG to allow an ROFF setting of 0x80000000 to work properly.

+

Changes to <top>/cfg/* files

The order in which cfg/CONFIG* and cfg/RULES* files are included from support