sprintf is it safe to use?

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

4 Commenti

KSSV
KSSV il 3 Set 2020
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
KSSV
KSSV il 3 Set 2020
Share the link where there was a warning.
per isakson
per isakson il 3 Set 2020
"sprintf is not safe to use" in what programming language?

Accedi per commentare.

 Risposta accettata

Bruno Luong
Bruno Luong il 3 Set 2020

1 voto

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.

Più risposte (0)

Categorie

Scopri di più su MATLAB Coder in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by