EOF checks are missing in a number of cases that cause the parser to enter an infinite loop if an EOF is encountered. Some build systems are picky about angled vs quotes, fix this minor issue. Claire Jensen (2): libtraceevent: Add eof checks. libtraceevent: Changed angled brackets to double quotes. src/event-parse.c | 62 ++++++++++++++++++++++++++++++++++++----------- src/event-utils.h | 2 +- 2 files changed, 49 insertions(+), 15 deletions(-) -- 2.32.0.272.g935e593368-goog