Skip to content

Prevent crash when calculating initials of a string with parenthesis

Joshua Goins requested to merge work/josh/fix-nameutils-crash into master

We attempt to remove the contents of parenthesis in names, like "Foo (bar)" into "Foo". However, if the name is only parenthesis: "(bar)" would crash.

Merge request reports