Skip to content

may be out of bounds #193

@maddin200

Description

@maddin200

/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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions