DjangoPeng / DjangoPeng/word2vec
word2phrase: AddWord2Vocab strcpy's full length of strings longer than MAX_STRING
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- C
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
```
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.