trick/test/SIM_test_varserv
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
..
models Variable Server byteswapping crashes the sim #1513 (#1514) 2023-06-01 13:20:14 -05:00
Modified_data Split test sims and fun sims into separate directories. 2016-02-23 16:19:30 -06:00
RUN_test Add test for a multicast variable server session (#1480) 2023-04-04 11:02:32 -05:00
S_define Variable Server Integration Test (#1406) 2022-12-05 15:24:20 -06:00
S_overrides.mk Expand SIM_test_varserver (#1459) 2023-02-24 14:44:55 -06:00