addr2line: Add explicit fflush for stdout when reading from stdin.
authorMark Wielaard <mark@klomp.org>
Sat, 12 May 2018 19:30:17 +0000 (21:30 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 12 May 2018 19:30:17 +0000 (21:30 +0200)
commit9dd183f3d036221758b5a53a8918fd7c568282cb
treed2cc46454661fea426988537dfc451744ed11c7c
parent3da2d6af0d56d23a746f540d3c1f8f09e75c6b95
addr2line: Add explicit fflush for stdout when reading from stdin.

To make it possible to use eu-addr2line interactively through a pipe we
need to explicitly flush stdout after handling each line from stdin.

https://sourceware.org/bugzilla/show_bug.cgi?id=23173

Signed-off-by: Mark Wielaard <mark@klomp.org>
src/ChangeLog
src/addr2line.c