[yocto] [pseudo] Pseudo 1.8+ xattr sqlite corruption

Seebs seebs at seebs.net
Tue Sep 18 14:09:44 PDT 2018


On Tue, 18 Sep 2018 20:26:59 +0000
<Jack.Fewx at dell.com> wrote:

> SO... any suggestions how to make the inodes in the database an
> UNSIGNED value?

We probably *can't* -- sqlite doesn't support that! They cap out at 8
byte integer values, and are always signed. I don't know of a way to
fix this. We might be able to trick it by coercing them into the signed
range, and reversing the conversion later. And this is outside the
range that's accurately representable in float, too. Whee!

-s


More information about the yocto mailing list