trick/trick_source/sim_services/FrameLog
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
..
FrameDataRecordGroup.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
FrameLog_c_intf.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
FrameLog.cpp stack smash detected in add_recording_vars_for_frame #211 2016-08-03 15:42:04 -05:00
Makefile Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile_deps Use udunits package for units conversions 2016-05-17 09:01:37 -05:00