mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
ad42376d5e
* 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. |
||
---|---|---|
.. | ||
makefile | ||
tc_accept.c | ||
tc_blockio.c | ||
tc_broadcast_conninfo.c | ||
tc_clock_init.c | ||
tc_clock_time.c | ||
tc_connect.c | ||
tc_dev_copy.c | ||
tc_disconnect.c | ||
tc_error.c | ||
tc_init_mcast_client.c | ||
tc_init_mcast_server.c | ||
tc_init_udp_client.c | ||
tc_init_udp_server.c | ||
tc_init.c | ||
tc_isValid.c | ||
tc_listen.c | ||
tc_multiconnect.c | ||
tc_pending.c | ||
tc_read_byteswap.c | ||
tc_read.c | ||
tc_set_blockio.c | ||
tc_write_byteswap.c | ||
tc_write.c | ||
trick_bswap_buffer.c | ||
trick_bswap_single_parameter.c | ||
trick_byteswap.c | ||
trick_error_hndlr.c |