VirtualBox

Changeset 52982 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Oct 8, 2014 10:00:48 AM (10 years ago)
Author:
vboxsync
Message:

Runtime/r0drv/solaris: fixed overwriting the caller stack while spawning a kernel thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c

    r44528 r52982  
    113113                                       rtThreadNativeMain,              /* Thread function */
    114114                                       pThreadInt,                      /* Function data */
    115                                        sizeof(pThreadInt),              /* Data size */
     115                                       0,                               /* Data size */
    116116                                       (proc_t *)RTR0ProcHandleSelf(),  /* Process handle */
    117117                                       TS_RUN,                          /* Ready to run */
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