summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/string/RTStrEnd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm copyright and license note updatevboxsync2022-08-221-10/+20
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93115 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr from ↵vboxsync2020-04-211-1/+2
| | | | | | 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. [fixes] bugref:8489 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@83887 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr from ↵vboxsync2020-04-211-0/+46
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 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@83886 cfe28804-0f27-0410-a406-dd0f0b0b656f