VirtualBox

Ignore:
Timestamp:
Jul 13, 2017 9:06:09 PM (8 years ago)
Author:
vboxsync
Message:

win/SUPDrv-win*: Changed SUPR0Printf from directly passing the parameters to DbgPrint to format into a stack buffer like the rest. Fixed garbage caused by using in SUPR0Printf calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm

    r62490 r67954  
    3131
    3232BEGINCODE
    33 %ifdef RT_ARCH_AMD64
    34  %define _DbgPrint DbgPrint
    35 %endif
    36 extern _DbgPrint
    37 
    38 %if 1 ; see alternative in SUPDrv-win.cpp
    39 ;;
    40 ; Kind of alias for DbgPrint
    41 export NAME(SUPR0Printf)
    42 BEGINPROC SUPR0Printf
    43         jmp     _DbgPrint
    44 ENDPROC SUPR0Printf
    45 %endif
    46 
    4733
    4834%ifdef VBOX_WITH_HARDENING
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette