namazso / OpenHashTab

📝 File hashing and checking shell extension
GNU General Public License v3.0
3.14k stars 122 forks source link

crash on too long hash in clipboard or checker field #128

Closed lp1017 closed 2 years ago

lp1017 commented 2 years ago

When there are more than 198 hexadecimal numbers [0-9a-f] in the clipboard, opening hashtab will crash

namazso commented 2 years ago

Caused by https://github.com/microsoft/STL/issues/997

lp1017 commented 2 years ago

2022-07-01 021847 Crash caused by too long data in the text box

namazso commented 2 years ago

same cause, regex in Microsoft's STL is just bugged. Seems like I'll have to switch to a library instead