bugGNU gv - Bugs: bug #20752, Problems with...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #20752: Problems with BeginDocument/EndDocument

Submitter:  None
Submitted:  Sat 11 Aug 2007 01:01:26 PM UTC
   
 
Category:  PostScript rendering Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  None

Wed 21 May 2008 06:01:27 PM UTC, comment #1: 

Patch applied. Thanks.

Markus Steinborn <msteinbo>
Group administrator
Sat 11 Aug 2007 01:01:26 PM UTC, original submission:  

There are two problems with parsing embedded subdocuments
marked with DSC headers BeginDocument/EndDocument

- only the first EndDocument is looked for. This fails
  if the embedded document again contains embedded documents.

- the check for %%EndDocument is broken. There is only
a IS_END("Document") in the source, which only checks
that there is Document, but not that there is %%End before
that, which fails if an embedded document contains other
headers looking like this (like '%AI3_DocumentPreview: Header').

The attached patch should fix both.

More history can be found at http://bugs.debian.org/299447
and http://bugs.debian.org/433898

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by msteinbo (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-05-21 msteinbo StatusNone Fixed
        Open/ClosedOpen Closed
    2007-08-11 None Attached File- Added 299447and433898-nested-eps, #13647

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code