Bug#875894: #875894 Fix

2019-12-15 Thread Paul Wise
Control: tags -1 fixed-upstream Control: forwarded -1 hg clone http://hg.five-ten-sg.com/libpst/ changeset: 383:2379a4d8d9c7 On Tue, 16 Jul 2019 12:18:21 -0400 Tim Dufrane wrote: > Appears to be from lack of null checking on the pst_file object. > Quick and dirty fix: FYI, this patch appears t

Bug#875894: #875894 Fix

2019-07-16 Thread Tim Dufrane
Appears to be from lack of null checking on the pst_file object. Quick and dirty fix: --- a/src/libpst.c Wed Aug 01 08:49:01 2018 -0700 +++ b/src/libpst.c Tue Jul 16 12:16:41 2019 -0400 @@ -409,6 +409,11 @@ int pst_close(pst_file *pf) { DEBUG_ENT("pst_close"); +if (pf == NULL)

Bug#875894: #875894

2018-01-17 Thread Elvir Dzanovic
Same bug with Debian 9.3

Bug#875894: pst-utils: Segfault from readpst

2018-01-15 Thread Peter Brooks
I am getting the same error - running on MacOS High Sierra Version 10.13.2: " $ readpst Archive.pst Opening PST file and indexes... Processing Folder "Deleted Items" Processing Folder "Memberships" Processing Folder "Out of Biz" Processing Folder "BS Technologies" Segmentation fault: 11 $

Bug#875894:

2017-12-19 Thread haselnuss87
I get the same error message on stable.

Bug#875894: pst-utils: Segfault from readpst

2017-09-15 Thread Liam Healy
Package: pst-utils Version: 0.6.59-1+b1 Severity: important Running readpst on file exported from Outlook as "backup.pst" readpst -M backup.pst -o . Opening PST file and indexes... Processing Folder "Deleted Items" Processing Folder "Inbox" "Outlook Data File" - 2 items done, 0 items skipped.