SAM icon indicating copy to clipboard operation
SAM copied to clipboard

Putting in a number with more than 16 digits makes segmentation fault.

Open sj-dan opened this issue 3 years ago • 0 comments

When I try synthesizing 123456789012345678901234567, a segmentation fault occurs. When there are more than 16 digits next to each other (spaces don't matter), the program crashes.

zsh: segmentation fault (core dumped)  ./sam "123456789012345678901234567"

sj-dan avatar Jan 18 '22 15:01 sj-dan