Menu

#21 segault in ln_get_dec_location

v1.0_(example)
open
nobody
None
5
2022-02-09
2022-02-09
No

Calls to ln_get_dec_location segfault.
This happens at line 575 of utility.c, where a spurious call to strtok (with NULL first argument) is present. Replacing the call to strtok with one to strtok_r solves the problem (see attached patch).

1 Attachments

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.