Tatsuya Kinoshita wrote:
> I'm forwarding this bug report to the members of bug#299026, `ITP: tinycdb'.
> 
[]
>> --- cdb_seek.c~      2006-08-17 15:02:16.000000000 +0900
>> +++ cdb_seek.c       2006-08-17 15:02:43.000000000 +0900
>> @@ -75,7 +75,7 @@
>>      /* read the key from file and compare with wanted */
>>      unsigned l = klen, c;
>>      const char *k = (const char*)key;
>> -    if (*dlenp)
>> +    if (dlenp)
>>        *dlenp = cdb_unpack(rbuf + 4); /* save value length */
>>      for(;;) {
>>        if (!l) /* the whole key read and matches, return */

Yeah, it's a typo.  Funny we never hit it before - well, I myself
don't use cdb_seek() interface, preferring cdb_find(), so it's
not very surprizing.

[]
> Daiki, thanks for your report.
> 
> This bug causes my packages dbskkd-cdb and skksearch unusable.
> I'm thinking about applying workaround patches to dbskkd-cdb and
> skksearch due to this bug for the moment.  Anyway, I hope this bug
> will be fixed shortly...
> 
> Michael, could you fix this bug in tinycdb 0.76?  Could anyone
> update the Debian tinycdb package?

Yeah, fixed in cvs, I'll refresh 0.76-pre tarball on my site shortly.

But the question with the upload remains.  You reminded me that I'm
still not become a DD, and still didn't find anyone to upload the
thing.  Lemme try again... ;)

/mjt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to