julius-speech / julius

Open-Source Large Vocabulary Continuous Speech Recognition Engine
BSD 3-Clause "New" or "Revised" License
1.84k stars 300 forks source link

may be out of bounds #193

Open maddin200 opened 1 year ago

maddin200 commented 1 year ago

/julius-master/julius/visual.c line1587 Code: char buf[80]; static char command[250]; int fd;

if (re->speechlen == 0) return;

/ play waveform / snprintf(buf, 250, "/var/tmp/julius_visual_play.%d", getpid()); // <-- maybe out of bounds (250 vs 80)