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
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)
Same bug with Debian 9.3
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
$
I get the same error message on stable.
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.
6 matches
Mail list logo