Changeset 8848276 in mainline for kernel/test/synch/rcu1.c


Ignore:
Timestamp:
2015-03-15T15:02:18Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6934732
Parents:
a420203
Message:

avoid potentially unsafe use of a string literal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/synch/rcu1.c

    ra420203 r8848276  
    698698                return true;
    699699        } else {
    700                 TPRINTF(err);
     700                TPRINTF("%s", err);
    701701                /* Leak a bit of mem. */
    702702                return false;
Note: See TracChangeset for help on using the changeset viewer.