On Sun, 2011-02-06 at 13:29 -0500, David Ward wrote: > For ListItems in the subscribersList, the 'pData' field is used to hold the > value of the subscriber ID, instead of storing a pointer. Iterator_GetNext() > can not read subscriber IDs directly into an L5_TARGET_ID since this may not > be as large as the size of 'pData'. With this change, the subscriber ID is > first read into a pointer, whose value is later copied into a L5_TARGET_ID. > > Signed-off-by: David Ward <david.ward at ll.mit.edu> Merged, thanks I must admit my audit of this patch is severely limited by my lack of knowledge of the code; it looks correct to me -- but I trust you understand what being fixed better than I do :)