Actions
Bug #6248
closedTruncation of log when null character included in stream
Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2p290
Backport:
Description
require 'syslog'
Syslog.open("n")
Syslog.info("everything is normal and fine\0 additional message")
This results in the following log message.
example n[9270]: everything is normal and fine
Actions
Like0
Like0