# HG changeset patch # User Mychaela Falconia # Date 1549925477 0 # Node ID fd4af8023ce6321466cbcbff62e08cf9d44e89a2 # Parent 542c6d733772c385d054b6e52b2d0c15d9b7c2aa CHANGES: null pointer passing fixes documented diff -r 542c6d733772 -r fd4af8023ce6 CHANGES --- a/CHANGES Mon Feb 11 22:29:58 2019 +0000 +++ b/CHANGES Mon Feb 11 22:51:17 2019 +0000 @@ -1,5 +1,12 @@ Changes in the current code since fc-host-tools-r9a: +* For those who need to run our tools on a 64-bit host system (or more + precisely, any system on which pointers are longer than the basic int type), + the present release includes fixes for null pointer passing constructs + throughout the code base. The original code was only correct for classic + systems on which ints and pointers are equivalent for K&R C function argument + passing purposes. + * The back end program supporting fcup-* -R mode has been extended to support sending strings longer than 254 characters using the extended version of the AT-over-RVTMUX mechanism supported by newer firmwares - see the updates in