On 07/27/2018 03:25 PM, Timur Tabi wrote:
That was it, thanks! It all works now. You can add me to the list of
coccinelle fans. :-)
Looks like I found one particular failure:
- DBG_PRINTF((DBG_MODULE_OS, DBG_LEVEL_INFO,
- "NVRM: %s: Current security token doesn't match the one in
the client database. \
- Current EUID: %d, PID: %d; Client DB EUID: %d, PID: %d\n",
- __FUNCTION__, pCurrentTokenUser->euid, pCurrentTokenUser->pid,
- pClientTokenUser->euid, pClientTokenUser->pid));
+ DBG_PRINTF( DBG_MODULE_OS, DBG_LEVEL_INFO,
+ "NVRM: %s: Current security token doesn't match the
one in the client database. \
+ ,
+ __FUNCTION__, pCurrentTokenUser->euid,
+ pCurrentTokenUser->pid,
+ pClientTokenUser->euid, pClientTokenUser->pid);
It didn't rename DBG_PRINTF to NV_PRINTF, and it screwed up the string
literal. I'm guessing the \ in the middle of it is the problem. I'll
just fix it by hand,
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci