view AUTHORS @ 359:a3e674fade6c

From Jeffrey Morlan: pst_parse_block misreads Table Contexts (aka "type 2") with a multi-block Row Matrix ("ind2"). Rows are never split between blocks - every block except the last has padding at the end which should be ignored. I've only seen this affect the recipients table, but presumably it could affect attachments too. This was causing out-of-bounds memory ranges to be returned from pst_getBlockOffset and later access; patch fixes both the table reading issue and adds a missing bounds check to pst_getBlockOffset (so as not to risk a segfault if the PST is corrupted).
author Carl Byington <carl@five-ten-sg.com>
date Wed, 06 Jul 2016 10:20:12 -0700
parents 7a91e30826d8
children a2da2bbe393a
line wrap: on
line source

Original version by:
    Dave Smith <dave.s@earthcorp.com>
    Dave Smith <davesmith@users.sourceforge.net>

Current maintainer:
    Carl Byington <carl@five-ten-sg.com>

With contributions by:
    Joseph Nahmias <jello@costa.debian.org> -- bounces
    Joseph Nahmias <joe@nahmias.net>
    Arne Ahrend <aahrend@web.de>
    Nigel Horne <njh@bandsman.co.uk>
    Chris Halls <halls@debian.org>
    Stevens Miller <smiller@novadatalabs.com>
    Brad Hards <bradh@frogmouth.net>
    Alexander Grau <alexandergrau@gmx.de>
    Antonio Palama <palama@inwind.it>
    Sean Loaring <sloaring@tec-man.com>
    James Woodcock
    Joachim Metz <joachim.metz@gmail.com>
    Robert Simpson <rsimpson@idiscoverglobal.com>
    Justin Greer <jgreer@nextpoint.com>
    Bharath Acharya <abharath@novell.com>
    Robert Harris <robert.f.harris@blueyonder.co.uk>
    David Cuadrado <krawek@gmail.com>
    Chris Eagle <cseagle@redshift.com>
    Fridrich Strba <fstrba@novell.com>
    Emmanuel Andry <eandry@mandriva.org>
    hggdh <hggdh2@gmail.com>
    bharder <bharder@methodlogic.net>
    Chris White <chris@soniannetworks.com>
    Roberto Polli <robipolli@gmail.com>
    Lee Ayres <ayres@interhack.com>
    Hugo DesRosiers <info@akralogic.com>
    Kenneth Berland <ken@hero.com>
    Leo 'costela' Antunes <costela@debian.org>
    Svante Signell <svante.signell@telia.com>
    Dominique Leuenberger a.k.a. Dimstar <dimstar@opensuse.org>
    Daniel Gryniewicz <dang@linuxbox.com>
    AJ Shankar <aj@everlaw.com>
    Jeffrey Morlan <jeffrey@everlaw.com>
    Hans Liss <Hans@Liss.pp.se>

Testing team:
    Mac OSX - Michael Watson <mike@mikeandgayle.com>
    Cygwin/Mingw - Fridrich Strba <fstrba@novell.com>
    Cygwin - Chris Eagle <cseagle@redshift.com>