mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[RTL]
- If there is no data provided and parameters are valid, fail with STATUS_SXS_KEY_NOT_FOUND. svn path=/trunk/; revision=51339
This commit is contained in:
@@ -2710,6 +2710,10 @@ RtlFindActivationContextSectionString( ULONG flags, const GUID *guid, ULONG sect
|
||||
|
||||
status = STATUS_SXS_KEY_NOT_FOUND;
|
||||
|
||||
/* if there is no data, but params are valid,
|
||||
we return that sxs key is not found to be at least somehow compatible */
|
||||
if (!data) return status;
|
||||
|
||||
ASSERT(NtCurrentTeb());
|
||||
ASSERT(NtCurrentTeb()->ActivationContextStackPointer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user