summaryrefslogtreecommitdiff
path: root/src/md/heaps
diff options
context:
space:
mode:
authorRahul Kumar <rahku@microsoft.com>2015-09-25 14:03:54 -0700
committerMatt Ellis <matell@microsoft.com>2015-09-25 17:24:02 -0700
commit6ac3cef4e3b82b3b9fbbce50a4a762e576464634 (patch)
treee4740ff710922047a7359b0927274988ef14c052 /src/md/heaps
parentf0c1382fd5c65e44585b84a4bf3dd8ec86d73c6c (diff)
downloadcoreclr-6ac3cef4e3b82b3b9fbbce50a4a762e576464634.tar.gz
coreclr-6ac3cef4e3b82b3b9fbbce50a4a762e576464634.tar.bz2
coreclr-6ac3cef4e3b82b3b9fbbce50a4a762e576464634.zip
Fix for 134453: fix prefast warnings
[tfs-changeset: 1529946]
Diffstat (limited to 'src/md/heaps')
-rw-r--r--src/md/heaps/blobheap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md/heaps/blobheap.h b/src/md/heaps/blobheap.h
index 91d5430368..d3fb1e324c 100644
--- a/src/md/heaps/blobheap.h
+++ b/src/md/heaps/blobheap.h
@@ -83,7 +83,7 @@ public:
__checkReturn
inline HRESULT GetAllData(
- __out DataBlob *pData)
+ __inout DataBlob *pData)
{
return m_BlobPool.GetDataReadOnly(0, pData);
}