VirtualBox

Ignore:
Timestamp:
Oct 17, 2021 6:16:11 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147575
Message:

SUPDrv,IPRT,VBoxGuest: Don't export ellipsis functions from SUPDrv, as that makes switching back to the kernel stack unsafe. Exports has changes (added+removed), but not bumping major IOC version as that was done a few hours ago already and it's Sunday. bugref:10124

Location:
trunk/src/VBox/Additions/common/VBoxGuest/linux
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile

    r90829 r91789  
    8383        common/log/logcom.o \
    8484        common/log/logformat.o \
     85        common/log/RTLogCreateEx.o \
    8586        common/misc/RTAssertMsg1Weak.o \
    8687        common/misc/RTAssertMsg2.o \
     
    104105        common/string/stringalloc.o \
    105106        common/string/strformat.o \
     107        common/string/RTStrFormat.o \
    106108        common/string/strformatnum.o \
    107109        common/string/strformatrt.o \
    108110        common/string/strformattype.o \
    109111        common/string/strprintf.o \
     112        common/string/strprintf-ellipsis.o \
    110113        common/string/strprintf2.o \
     114        common/string/strprintf2-ellipsis.o \
    111115        common/string/strtonum.o \
    112116        common/string/utf-8.o \
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/combined-agnostic.c

    r90829 r91789  
    7070#include "common/log/logformat.c"
    7171#undef LOG_GROUP
     72#include "common/log/RTLogCreateEx.c"
     73#undef LOG_GROUP
    7274#include "common/misc/RTAssertMsg1Weak.c"
    7375#undef LOG_GROUP
     
    112114#include "common/string/strformat.c"
    113115#undef LOG_GROUP
     116#include "common/string/RTStrFormat.c"
     117#undef LOG_GROUP
    114118#include "common/string/strformatnum.c"
    115119#undef LOG_GROUP
     
    118122#include "common/string/strprintf.c"
    119123#undef LOG_GROUP
     124#include "common/string/strprintf-ellipsis.c"
     125#undef LOG_GROUP
    120126#include "common/string/strprintf2.c"
     127#undef LOG_GROUP
     128#include "common/string/strprintf2-ellipsis.c"
    121129#undef LOG_GROUP
    122130#include "common/string/strtonum.c"
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest

    r90829 r91789  
    124124    ${PATH_ROOT}/src/VBox/Runtime/common/log/logformat.cpp=>common/log/logformat.c \
    125125    ${PATH_ROOT}/src/VBox/Runtime/common/log/logcom.cpp=>common/log/logcom.c \
     126    ${PATH_ROOT}/src/VBox/Runtime/common/log/RTLogCreateEx.cpp=>common/log/RTLogCreateEx.c \
    126127    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>common/math/gcc/divdi3.c \
    127128    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divmoddi4.c=>common/math/gcc/divmoddi4.c \
     
    153154    ${PATH_ROOT}/src/VBox/Runtime/common/string/stringalloc.cpp=>common/string/stringalloc.c \
    154155    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \
     156    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrFormat.cpp=>common/string/RTStrFormat.c \
    155157    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatnum.cpp=>common/string/strformatnum.c \
    156158    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatrt.cpp=>common/string/strformatrt.c \
    157159    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformattype.cpp=>common/string/strformattype.c \
    158160    ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf.cpp=>common/string/strprintf.c \
     161    ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf-ellipsis.cpp=>common/string/strprintf-ellipsis.c \
    159162    ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf2.cpp=>common/string/strprintf2.c \
     163    ${PATH_ROOT}/src/VBox/Runtime/common/string/strprintf2-ellipsis.cpp=>common/string/strprintf2-ellipsis.c \
    160164    ${PATH_ROOT}/src/VBox/Runtime/common/string/strtonum.cpp=>common/string/strtonum.c \
    161165    ${PATH_ROOT}/src/VBox/Runtime/common/string/utf-8.cpp=>common/string/utf-8.c \
Note: See TracChangeset for help on using the changeset viewer.

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