Actions
Feature #3034
openAdd . to sprintf format strings in the kernel
Status:
Feedback
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2012-07-26
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
The kernel sprintf format string does not currently allow the use of periods.
This increases the difficulty of using the *printf family of functions when sharing code between user space and especially when trying to print strings safely.
Actions