Actions
Bug #13969
closedtpm driver should use __func__
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
In many cases, the tpm driver defines a string myname
set to the name of the current function for generating messages for cmn_err(9F)
. Since the kernel is C99, it should just use __func__
.
Related issues
Updated by Dan McDonald 12 months ago
- Related to Bug #13968: tpm driver fails bounds checks added
Updated by Electric Monk 12 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit e9fe7b359091f8e565041c286948edcb4e1e96f6
commit e9fe7b359091f8e565041c286948edcb4e1e96f6 Author: Jason King <jason.brian.king@gmail.com> Date: 2021-08-11T15:31:53.000Z 13968 tpm driver fails bounds checks 13969 tpm driver should use __func__ Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions