Menu

.

Application Verifier break message

A call to a printer driver changed the security context

Probable cause

This stop usually occurs when a print driver calls either RevertToSelf() or RevertToPrinterSelf() but did not change the security context back to impersonating the user by calling ImpersonatePrinterClient(). This is not allowed and print spooler behavior is undefined after this happens. This can also create a security vulnerability and allow a remote authenticated elevation of privilege type of attack.

Information displayed by Application Verifier

Format:�-�This verifier stop was caused by the '%lS' method in the plug-in module at '%lS'

Parameter 1�-�Account name at driver entry. Type 'du address' to dump it if not NULL.

Parameter 2�-�Account name at driver exit. Type 'du address' to dump it if not NULL.

Parameter 3�-�Security token at driver entry

Parameter 4�-�Security token at driver exit

Additional information

Stop code:�D025