projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afac85a
)
[NTOS:CC]
author
Thomas Faber
<thomas.faber@reactos.org>
Sun, 6 Apr 2014 11:02:52 +0000
(11:02 +0000)
committer
Thomas Faber
<thomas.faber@reactos.org>
Sun, 6 Apr 2014 11:02:52 +0000
(11:02 +0000)
- Correctly set output parameter in CcRosCreateCacheSegment failure case
svn path=/trunk/; revision=62644
reactos/ntoskrnl/cc/view.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/cc/view.c
b/reactos/ntoskrnl/cc/view.c
index
7c41969
..
e296348
100644
(file)
--- a/
reactos/ntoskrnl/cc/view.c
+++ b/
reactos/ntoskrnl/cc/view.c
@@
-598,7
+598,7
@@
CcRosCreateCacheSegment (
if (FileOffset >= Bcb->FileSize.u.LowPart)
{
- CacheSeg = NULL;
+
*
CacheSeg = NULL;
return STATUS_INVALID_PARAMETER;
}