symcc icon indicating copy to clipboard operation
symcc copied to clipboard

Make the string buffer of _sym_expr_to_string externally allocated

Open rmalmain opened this issue 1 year ago • 1 comments

For now, _sym_expr_to_string puts the string in an internal buffer limited to 4096 bytes.

This PR proposes to let the user create the buffer and manage its size externally, to avoid having issues for large-sized expressions.

rmalmain avatar Mar 20 '24 17:03 rmalmain

Thanks, could you look into the test errors ?

aurelf avatar Mar 21 '24 10:03 aurelf

This needs to be moved to symcc-rt now... Closing, could you please reopen there?

aurelf avatar Apr 22 '24 18:04 aurelf