Bug #56
Crash if isatty() returns true but TERM isn't set.
Start date:
09/26/2016
Due date:
% Done:
0%
Description
I'm getting a crash on line 289 of ep_string.c when running an application linked against the GDP from within Xcode. It seems that isatty(1) is returning true, but getenv("TERM") is returning NULL. I can probably get this working for myself but setting TERM, but just wanted to let you know.
History
#1 Updated by David Mellis about 7 years ago
BTW, this was for an old commit (202d751a0d47c3ecd6d025e68b4ddb4f7a665b45) so it may not apply any more.
#2 Updated by Eric Allman about 7 years ago
- Status changed from New to Resolved
Sorry about that. Should be fixed in commit:0decb227.
#3 Updated by David Mellis about 7 years ago
Thanks!
#4 Updated by Eric Allman about 7 years ago
- Status changed from Resolved to Closed
- Assignee set to Eric Allman