diff options
author | Philip Withnall <withnall@endlessm.com> | 2017-02-17 09:27:36 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-04-08 00:55:32 -0400 |
commit | 6f0648043fe2a084db15a6cdded8402625676aef (patch) | |
tree | 4e561b11cfaa3786a4af75c7dc5a0a0e345532d9 /pango/pangoft2.c | |
parent | 97fc6fbffe65d9ca4e92fc8979808faebed0ee35 (diff) | |
download | pango-6f0648043fe2a084db15a6cdded8402625676aef.tar.gz |
pango-utils: Fix non-escaped \r\n line endings in pango_read_line()
The handling for \r or \r\n line endings in pango_read_line() was
broken. It should have discarded the \r or \r\n, but was only doing this
for \n or \n\r. The condition (c == EOF) could never have been reached.
Coverity ID: 1391696
Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://bugzilla.gnome.org/show_bug.cgi?id=778816
Diffstat (limited to 'pango/pangoft2.c')
0 files changed, 0 insertions, 0 deletions