SHA256
1
0
forked from pool/x3270

Accepting request 871352 from home:markkp:branches:Base:System

- Added x3270-handle-missing-font.patch (bsc#1177104)
  In some cases when fonts are present locally but are not present
  in the fontpath, x3270 can crash due to a segfault caused by
  XLoadQueryFont() returning NULL in lff_single().

OBS-URL: https://build.opensuse.org/request/show/871352
OBS-URL: https://build.opensuse.org/package/show/Base:System/x3270?expand=0&rev=54
This commit is contained in:
Mark Post
2021-02-12 06:57:25 +00:00
committed by Git OBS Bridge
parent e11330ae68
commit e199036ed3
3 changed files with 24 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 11 22:21:36 UTC 2021 - Mark Post <mpost@suse.com>
- Added x3270-handle-missing-font.patch (bsc#1177104)
In some cases when fonts are present locally but are not present
in the fontpath, x3270 can crash due to a segfault caused by
XLoadQueryFont() returning NULL in lff_single().
-------------------------------------------------------------------
Mon Nov 9 07:28:01 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>