word2phrase: AddWord2Vocab strcpy's full length of strings longer than MAX_STRING
Opened this issue · 1 comments
GoogleCodeExporter commented
The strcmp should be changed to strncmp. This may be causing segmentation
faults in some cases when the input contains words that are too long.
Original issue reported on code.google.com by chad.p...@gmail.com
on 17 Jul 2015 at 11:12
GoogleCodeExporter commented
Also, in SortVocab() the free is indexed to vocab_size, not the element
actually being freed.
Original comment by chad.p...@gmail.com
on 17 Jul 2015 at 11:26