Changeset f4287ad


Ignore:
Timestamp:
Oct 6, 2017, 10:46:46 PM (7 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master
Children:
a7250ee
Parents:
1958790
git-author:
Anders Kaseorg <andersk@mit.edu> (10/06/17 22:44:51)
git-committer:
Anders Kaseorg <andersk@mit.edu> (10/06/17 22:46:46)
Message:
owl_log_makemsg_main_thread: Fix format string injection bug

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • logging.c

    r4ead7b3 rf4287ad  
    3030static void owl_log_makemsg_main_thread(gpointer data)
    3131{
    32   owl_function_makemsg((const char*)data);
     32  owl_function_makemsg("%s", (const char*)data);
    3333}
    3434
Note: See TracChangeset for help on using the changeset viewer.