trick/trick_source
Alex Lin a32e1d7557 stack smash detected in add_recording_vars_for_frame #211
The character string used in the frame log needs to be stored as
a character string.  We were using a sprintf with a fixed size buffer.
The easiest change was to use asprintf which allocates a character
string big enough to hold the contents of the print.  We need to
save this char string as a char string so it works out.
2016-08-03 15:42:04 -05:00
..
codegen/Interface_Code_Gen Swap order of libraries during ICG linking. #277 2016-08-03 09:03:41 -05:00
data_products What is the difference between trick-trk2ascii and trick-trk2csv #273 2016-08-02 10:45:09 -05:00
er7_utils
java #274 Purged obsolete StripChartApplication 2016-08-02 10:04:48 -05:00
sim_services stack smash detected in add_recording_vars_for_frame #211 2016-08-03 15:42:04 -05:00
trick_swig Support using Python 3 2016-06-28 13:44:21 -05:00
trick_utils Remove doxygen documentation now housed on wiki #189 2016-08-02 15:41:18 -05:00
.gitignore