diff options
author | Sven Eden <yamakuzure@gmx.net> | 2019-09-24 19:45:47 +0200 |
---|---|---|
committer | Sven Eden <yamakuzure@gmx.net> | 2019-09-24 19:57:12 +0200 |
commit | 5df696152a15ab827381d524c28ce87ee0568a00 (patch) | |
tree | 6683cca5c7efc7632239e860590c8e1db5dead7b /.gitignore | |
parent | Rename `getline` to `ufed_getline` to avoid clash (diff) | |
download | ufed-5df696152a15ab827381d524c28ce87ee0568a00.tar.gz ufed-5df696152a15ab827381d524c28ce87ee0568a00.tar.bz2 ufed-5df696152a15ab827381d524c28ce87ee0568a00.zip |
Do not hand over overly long lines (Fixes bug #695262)ufed-0.95
ufed-curses-checklist.c:ufed_getline() is limited to LINE_MAX, which is 2048
bytes. Unfortunately local USE flags can blast this limit, as ufed.pl also
transmit an alternative description with stripped keywords.
This commit lets ufed.pl calculate whether a description has to be shorted, and
does so if needed.
Bug: https://bugs.gentoo.org/695262
Signed-off-by: Sven Eden <yamakuzure@gmx.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,3 +25,5 @@ depcomp install-sh missing compile +ufed.workspace* +cb/* |