Whamcloud - gitweb
b=23663 fix buffer overflow in liblustre
authorBrian J. Murrell <brian.murrell@oracle.com>
Fri, 27 Aug 2010 21:12:51 +0000 (23:12 +0200)
committerJohann Lombardi <johann.lombardi@oracle.com>
Fri, 27 Aug 2010 21:12:51 +0000 (23:12 +0200)
commite02f6f227dc32739f85fac810bbc0aaf346f2067
treec748e9bc4da63270d590f1d36a316766d98b2cf2
parentaf31477c8f807cc7cc8d1575054d35e8ff7ede1c
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