Mercurial > libpst
annotate html/Makefile.am @ 357:544d57fe6bc6
From Jeffrey Morlan:
try_fork in readpst.c doesn't check that active_children <
max_children before forking a child and adding it to the array. This can
cause a buffer overflow.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 06 Jul 2016 10:17:49 -0700 |
parents | 06d759f640f6 |
children |
rev | line source |
---|---|
181 | 1 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ |
182
b65e8d0a088a
more cleanup on external names in the shared object file
Carl Byington <carl@five-ten-sg.com>
parents:
181
diff
changeset
|
2 htmldeveldir = ${datadir}/doc/@PACKAGE@-@VERSION@/devel |
221
06d759f640f6
fedora 11 has python2.6, remove pdf version of the man pages
Carl Byington <carl@five-ten-sg.com>
parents:
182
diff
changeset
|
3 html_DATA = $(wildcard *.html) |
181 | 4 htmldevel_DATA = $(wildcard devel/*) |
5 EXTRA_DIST = $(html_DATA) $(htmldevel_DATA) | |
182
b65e8d0a088a
more cleanup on external names in the shared object file
Carl Byington <carl@five-ten-sg.com>
parents:
181
diff
changeset
|
6 |