Description
dll\win32\lsasrv\lsarpc.c 2290 error Uninitialized variable: RightsCount
if any failure occurs before line 2218 we jump to done case and RightsCount will be uninitialized. Assign to 0 upon declaration.
dll\win32\lsasrv\lsarpc.c 2290 error Uninitialized variable: RightsCount
if any failure occurs before line 2218 we jump to done case and RightsCount will be uninitialized. Assign to 0 upon declaration.