[poppler] poppler/Annot.cc
Albert Astals Cid
aacid at kde.org
Tue Aug 12 13:28:44 PDT 2008
El Tuesday 12 August 2008 05:39:04 Felipe Andres Manzano va escriure:
> That probably has a security dark side....
You mean if that someone else found it, he would have created a CVE and stuff?
Probably.
Albert
>
> > poppler/Annot.cc | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > New commits:
> > commit a6ecc864ea3e94d7232cff6a2e8f49919d8f24ff
> > Author: Albert Astals Cid <tsdgeos at samsung.localdomain>
> > Date: Tue Aug 12 01:23:21 2008 +0200
> >
> > initialize widget, fixes crash on EC2006.pdf
> >
> > diff --git a/poppler/Annot.cc b/poppler/Annot.cc
> > index f14ce50..c73fc9e 100644
> > --- a/poppler/Annot.cc
> > +++ b/poppler/Annot.cc
> > @@ -1785,6 +1785,7 @@ AnnotWidget::AnnotWidget(XRef *xrefA, Dict *dict,
> > Catalog *catalog, Object *obj)
> > Annot(xrefA, dict, catalog, obj) {
> > type = typeWidget;
> > initialize(xrefA, catalog, dict);
> > + widget = NULL;
> > }
> >
> > AnnotWidget::~AnnotWidget() {
> > _______________________________________________
> > poppler mailing list
> > poppler at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/poppler
More information about the poppler
mailing list