Changeset d4ec0a2 in rtems


Ignore:
Timestamp:
11/19/14 20:50:45 (9 years ago)
Author:
Josh Oguin <josh.oguin@…>
Branches:
4.11, 5, master
Children:
b164303
Parents:
8b9bc54
git-author:
Josh Oguin <josh.oguin@…> (11/19/14 20:50:45)
git-committer:
Joel Sherrill <joel.sherrill@…> (11/26/14 13:52:00)
Message:

monitor/mon-prmisc.c: Use puts() not fprintf()

CodeSonar? flagged this as a case where the user could inject a format
string and cause issues. Since we were not printing anything but a
string, just switching to puts() rather than fprintf(stdout,...) was
sufficient to make this code safer.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.