Whamcloud - gitweb
b=23663 fix buffer overflow in liblustre
authorBrian J. Murrell <brian.murrell@oracle.com>
Tue, 31 Aug 2010 23:47:27 +0000 (03:47 +0400)
committerMikhail Pershin <tappro@sun.com>
Mon, 6 Sep 2010 19:25:39 +0000 (23:25 +0400)
commit4be4c8809ecebd4e0b17c6df7999da0451e630d2
tree86954344c441d287c8c7ac2b159080f7c0042403
parentc24ae3c9f9d4470394e74038215fed01be4bc3b1
b=23663 fix buffer overflow in liblustre

i=dmitry
i=andrew

The space allocated to ll_instance to store the "%p" notation for a
pointer was failing to allocate enough space for the leading "0x" in
addition to the space for the actual address bytes.
lustre/liblustre/super.c