annotate Makefile.cvs @ 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 507a42e3c48e
children f1f9920cc7b1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
1 default: all
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
2
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
3 HOST=$(shell hostname)
b2f247463b83 better decoding of 7c blocks
carl
parents: 16
diff changeset
4
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
5 all:
128
7f747c8c9d02 cleanup installed headers
Carl Byington <carl@five-ten-sg.com>
parents: 35
diff changeset
6 libtoolize --force --copy
153
0b1766da9be8 use AM_ICONV for better portability of the library location.
Carl Byington <carl@five-ten-sg.com>
parents: 128
diff changeset
7 aclocal -I m4
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
8 autoheader
302
507a42e3c48e allow automake to add missing files
Carl Byington <carl@five-ten-sg.com>
parents: 183
diff changeset
9 automake --add-missing
16
c508ee15dfca switch to automake/autoconf
carl
parents:
diff changeset
10 autoconf
183
61be2c04d6ab prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 181
diff changeset
11 ./configure >/dev/null
181
3b04745ff76d prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 180
diff changeset
12 rm -rf html.internal
3b04745ff76d prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 180
diff changeset
13 doxygen
3b04745ff76d prep for fedora build
Carl Byington <carl@five-ten-sg.com>
parents: 180
diff changeset
14 tar cfz libpst.html.tar.gz html.internal