Skip to content

Fix crash when creating a UUID with an empty string

chart3388 requested to merge chart3388/smtk:fix-empty-uuid-creation into master

Calling this constructor with an empty string caused a crash. Now we check the state of the input string and if it is not empty we generate a UUID.

FYI: @bob.obara @dcthomp

Merge request reports