Project

General

Profile

Actions

Bug #6248

closed

Truncation of log when null character included in stream

Added by rubysubmit (Ruby Submit) about 12 years ago. Updated about 12 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2p290
Backport:
[ruby-core:44089]

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

Also available in: Atom PDF

Like0
Like0