Actions
Bug #5272
closeddev_err(9F) ignores special first character of message
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2014-10-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Our current dev_err(9F) implementation does not check the first character of a message. It needs to do that and specially handle messages that start with any of ^, !, or ? similar to what cmn_err(9F) does.
Updated by Electric Monk about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit ca9a201c205f81e7d3779aa2571a820f07423b9f
commit ca9a201c205f81e7d3779aa2571a820f07423b9f Author: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Date: 2014-11-03T17:35:49.000Z 2922 dev_err() needs manpage 5272 dev_err(9F) ignores special first character of message Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
Updated by Electric Monk about 9 years ago
git commit 2f5a01126fee81fbe9fff04d4412c2834e3944b8
commit 2f5a01126fee81fbe9fff04d4412c2834e3944b8 Author: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Date: 2014-11-04T16:32:42.000Z 5272 dev_err(9F) ignores special first character of message (explicit NULL check)
Actions