Hi!

     Eric, I look at your patch for Bart's MEM - it not fixes anything,
there only added more diagnostics. The more so: "if (mlist->next==NULL)"
after loop will never be true (after loop mlist->next==lastconvseg or
mlist==NULL).

     Hm. There is (another) bug in Bart's MEM: if mlist==NULL, then
following access to mlist->next is wrong. As I understand, there should be
someting like "return NULL" if "mlist == NULL". Your patch not fixes this.

     Anyway, I think, there shouldn't be such bug in my MEMA. Eric, do you
test it?




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to