VirtualBox

Ignore:
Timestamp:
Apr 21, 2020 11:14:20 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137415
Message:

IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr from VC++ 14.1 cannot deal wtih RTSTR_MAX on unaligned string, it may step into an electric fence page after the end of the string. bugref:8489

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

Legend:

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

    r82968 r83886  
    9696        common/string/RTStrCopyEx.o \
    9797        common/string/RTStrCopyP.o \
     98        common/string/RTStrEnd.o \
    9899        common/string/RTStrICmpAscii.o \
    99100        common/string/RTStrNICmpAscii.o \
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest

    r82968 r83886  
    142142    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \
    143143    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyP.cpp=>common/string/RTStrCopyP.c \
     144    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrEnd.cpp=>common/string/RTStrEnd.c \
    144145    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrICmpAscii.cpp=>common/string/RTStrICmpAscii.c \
    145146    ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNICmpAscii.cpp=>common/string/RTStrNICmpAscii.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