andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.88k stars 208 forks source link

fig segfault in xlsx file #905

Open jordan-bonecutter opened 1 month ago

jordan-bonecutter commented 1 month ago

I'm not super familiar with the codebase, but there is a segfault on line 351. It seems there is some interpreter which reads the string output of this line and I would assume it's more correct to set this value to NULL or some empty value as opposed to 0 but I am unfamiliar with the interpreter. Open to suggestions on the proper way to do this.

andmarti1424 commented 3 weeks ago

Hello. Do you have the xlsx file that made sc-im to segfault? Where did you generate it? thanks.

jordan-bonecutter commented 2 weeks ago

Hello. Do you have the xlsx file that made sc-im to segfault? Where did you generate it? thanks.

I cannot share this one as it’s for work but I can try to create a minimal reproduction when I get some spare time

andmarti1424 commented 2 weeks ago

@jordan-bonecutter ok thank you!