Actions
Bug #3138
closedsmb_token_create_privs() passes const char to smb_lgrp_getbyname()
Start date:
2012-08-31
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
smb_token_create_privs() passes const char to smb_lgrp_getbyname() and, eventually, it is passed to trim_whitespace(), which tries to write to it.
Updated by Rich Lowe over 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Resolved in r13793 commit:10c3656ccf76
Actions