On Thu, 20 Sep 2018 20:41:02 +0000 <jack.f...@dell.com> wrote: > Okay, so I found the problem, and I have a patch for it. Throughout > the pseudo_db.c code, the handling of the msg->ino objects is not > consistent. Many get passed to the sqlite3_bind_int64 function, but > NOT ALL. 9 instances in the code, including all of them in the xattr > code use only sqlite3_bind_int which truncates the integers to signed > 32-bits.
D'oh. I should have noticed that since I was looking at the code. Thanks, that's a very good fix. -s -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto