freeipmi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freeipmi-devel] fiid_obj_get bugs


From: Bala.A
Subject: Re: [Freeipmi-devel] fiid_obj_get bugs
Date: Mon, 16 Jan 2006 19:42:13 -0800 (PST)
User-agent: SquirrelMail/1.4.4

Hi Al,

>> I applied your patch and tested it.  It fixes for some cases and
>> not for other cases.
>
> What did you find that didn't work?  I did some sanity/test checking and
> didn't find anything.  Of course I may have missed stuff.  Just point me
> in the right direction and I'll fix the issues.

Here are few cases;

1. This works
  fiid_template_t tmpl =
    {
      {64, "64bits"},
      {3, "3bits"},
      {5, "5bits"},
      {0, ""}
    };

2. This works
  fiid_template_t tmpl =
    {
      {3, "3bits"},
      {5, "5bits"},
      {64, "64bits"},
      {0, ""}
    };

3. This fails , here we loose 8th byte
  fiid_template_t tmpl =
    {
      {3, "3bits"},
      {64, "64bits"},
      {5, "7bits"},
      {0, ""}
    };


Thanks,

Bala
---
Free as in freedom
http://www.gnu.org/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]