Mercurial > libpst
comparison src/libpst.h @ 170:0e1e048716e4
fix bug where we failed to pickup the last extended attribute.
patch from Emmanuel Andry to fix potential security bug in pst2dii with printf(err).
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 22 Mar 2009 14:34:26 -0700 |
parents | 40e9de445038 |
children | ac6e22c8a9cf |
comparison
equal
deleted
inserted
replaced
169:062aa7b7ec22 | 170:0e1e048716e4 |
---|---|
540 pst_index_ll *i_head, *i_tail; | 540 pst_index_ll *i_head, *i_tail; |
541 pst_desc_ll *d_head, *d_tail; | 541 pst_desc_ll *d_head, *d_tail; |
542 pst_x_attrib_ll *x_head; | 542 pst_x_attrib_ll *x_head; |
543 pst_block_recorder *block_head; | 543 pst_block_recorder *block_head; |
544 | 544 |
545 int do_read64; // 0 is 32-bit pst file, pre Outlook 2003; | 545 /** 0 is 32-bit pst file, pre Outlook 2003; |
546 // 1 is 64-bit pst file, Outlook 2003 and later | 546 * 1 is 64-bit pst file, Outlook 2003 and later |
547 */ | |
548 int do_read64; | |
547 uint64_t index1; | 549 uint64_t index1; |
548 uint64_t index1_back; | 550 uint64_t index1_back; |
549 uint64_t index2; | 551 uint64_t index2; |
550 uint64_t index2_back; | 552 uint64_t index2_back; |
551 FILE * fp; // file pointer to opened PST file | 553 FILE * fp; // file pointer to opened PST file |