Skip to content

Commit 01fb7d5

Browse files
author
Davide Italiano
committed
---
yaml --- r: 323038 b: refs/heads/tensorflow-next c: 78dedd3 h: refs/heads/master
1 parent 7350205 commit 01fb7d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: cdfd83628c02840c9c20e0a822f4d71d7b3df10a
1464+
refs/heads/tensorflow-next: 78dedd3259ca69c4eeb3f83ee51479c549c15808

branches/tensorflow-next/lib/ClangImporter/ClangImporter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ namespace {
221221
error);
222222
assert(!error && "failed to allocated read-only zero-filled memory");
223223
init(static_cast<char *>(memory.base()),
224-
static_cast<char *>(memory.base()) + memory.size() - 1,
224+
static_cast<char *>(memory.base()) + memory.allocatedSize() - 1,
225225
/*null-terminated*/true);
226226
}
227227

0 commit comments

Comments
 (0)