Changes between Version 1 and Version 2 of Ticket #40, comment 96


Ignore:
Timestamp:
May 9, 2017, 9:43:48 AM (8 years ago)
Author:
erdmann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40, comment 96

    v1 v2  
    1414// but your computation of cbList would be ok
    1515// I think your assumption that it is the max buffer size is ok
     16
     17// you can go from one GEA2 to the next:
     18gea2 = eaop2.fpGEA2List->list;
     19// go to next GEA2 structure
     20gea2 = (PGEA2)((PUCHAR)gea2 + gea2->oNextEntryOffset);
     21
     22// analogous for FEA2 ...
    1623}}}