Define the instance variable Buffer, not the automatic variable Buffer.
authorChris Lattner <sabre@nondot.org>
Thu, 25 Sep 2003 04:13:53 +0000 (04:13 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 25 Sep 2003 04:13:53 +0000 (04:13 +0000)
commit735289ccf0fac9334283e403d18a5063fcfc7ac1
treed0b6695c64d5e29522f015cf55e1a59978b3f28c
parentfbc2d84ce9c3ff97a1644b864a2057f8d02179ab
Define the instance variable Buffer, not the automatic variable Buffer.
This was causing us to munmap random stuff, which is obviously bad.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8709 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/ReaderWrappers.cpp