trick/trick_source/trick_utils/comm
Alex Lin ad42376d5e
Variable Server byteswapping crashes the sim #1513 (#1514)
* Variable Server byteswapping crashes the sim #1513

The code to byteswap a variable server buffer has a comment saying there is a bug. The comment is
correct.  The original code would swap the parameter and anything else that followed that parameter
in the structure.  Crashes everywhere.  Created a new routine that byteswaps a single parameter.
Strangely we didn't have such a routine until now.  Did some testing of doubles, floats, ints,
shorts, and chars and all were swapped correctly.

* Variable Server byteswapping crashes the sim #1513

enabling binary byteswap test.
2023-06-01 13:20:14 -05:00
..
src Variable Server byteswapping crashes the sim #1513 (#1514) 2023-06-01 13:20:14 -05:00
test Fix Mac pipeline (#1454) 2023-02-07 15:35:22 -06:00
test_programs Remove all unused variables (style warning). 2018-10-11 22:05:50 -05:00
CMakeLists.txt Cmake merge (#901) 2019-11-19 09:01:16 -06:00
Makefile Infer TRICK_HOME automatically 2018-03-20 15:09:30 -05:00