Bug 2167285 - japanese-bitmap-fonts: Fix C99 compatibility issue in bundled font tool
Summary: japanese-bitmap-fonts: Fix C99 compatibility issue in bundled font tool
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: japanese-bitmap-fonts
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Florian Weimer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PortingToModernCNoUpstream
TreeView+ depends on / blocked
 
Reported: 2023-02-06 06:22 UTC by Florian Weimer
Modified: 2023-02-06 06:31 UTC (History)
2 users (show)

Fixed In Version: japanese-bitmap-fonts-0.20080710-36.fc38
Clone Of:
Environment:
Last Closed: 2023-02-06 06:31:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
japanese-bitmap-fonts-c99.patch (743 bytes, patch)
2023-02-06 06:22 UTC, Florian Weimer
no flags Details | Diff

Description Florian Weimer 2023-02-06 06:22:23 UTC
Created attachment 1942485 [details]
japanese-bitmap-fonts-c99.patch

In mkitalic.c, the close function is incorrectly called on a stdio stream. Such streams should be closed using fclose.

Reporting this here because it's unclear if there is an upstream for this code.


Note You need to log in before you can comment on or make changes to this bug.