Closed marcosh closed 3 years ago
Consider the case where the uuid method receives a value containing a %s segment.
uuid
%s
It is not a valid uuid the code catches a thrown exception and uses the stacktrace as the error message.
That stacktrace will possibly contain multiple times the %s in the initial uuid.
When sprintf is called, this causes a fatal error
sprintf
Consider the case where the
uuid
method receives a value containing a%s
segment.It is not a valid
uuid
the code catches a thrown exception and uses the stacktrace as the error message.That stacktrace will possibly contain multiple times the
%s
in the initialuuid
.When
sprintf
is called, this causes a fatal error