Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
lsyslog: avoid possible ident corruption
On some systems, openlog() caches the pointer and thus, as the Lua program runs, ident can get corrupted. The new lsyslog_open() passes a static copy to openlog() instead of the original Lua string. Thank you to Sean Conner for pointing out this issue.
- Loading branch information