Is it safe to use the code sprintf? because i was reading something and it said that sprintf is not safe to use

4 Comments

Where you want to use? And where you read it is not safe and why?
I havent used it, i just went to google and wrote sprintf just to see what it does, and i came across this warning, so i figured i should ask. So can you answer my question and say if it is safe to use please
Share the link where there was a warning.
"sprintf is not safe to use" in what programming language?

Sign in to comment.

 Accepted Answer

Bruno Luong
Bruno Luong on 3 Sep 2020
It's not safe for C where strings are 0 terminated.
But for MATLAB the length is inside an internal (mxArray) structure, so it's totally safe.

More Answers (0)

Categories

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!