From: Kenneth P. <sh...@se...> - 2010-12-03 04:58:27
|
--On Sunday, November 28, 2010 4:26 PM -0800 Kenneth Porter <sh...@se...> wrote: ># 0 readxattr (buffer=0xbfd76bf8 "") at tape.c:1294 > 1294 if (curfile.dip->di_size > XATTR_MAXSIZE) { I got a chance to start to look at this and I see this: (gdb) print curfile $1 = {name = 0x805e22d "EA block", ino = 0, dip = 0x0, action = 3 '\003'} Is dip supposed to have a value in this case, when comparing extended attributes? |