GitHub user calavera opened a pull request: https://github.com/apache/trafficserver/pull/591
Prevent LogFile from calling NULL references with ASCII_PIPE. TrafficServer crashes when you try to use ASCII_PIPE because flushing the buffer it tries to set the creation date in a NULL object. Should I open an issue anywhere to keep track of this problem? Signed-off-by: David Calavera <david.calav...@gmail.com> You can merge this pull request into a Git repository by running: $ git pull https://github.com/calavera/trafficserver fix_null_pointer Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/591.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #591 ---- commit a2fe424f5d4896bc0355ec73fef7beb84da0a144 Author: David Calavera <david.calav...@gmail.com> Date: 2016-04-21T00:10:05Z Prevent LogFile from calling NULL references with ASCII_PIPE. TrafficServer crashes when you try to use ASCII_PIPE because flushing the buffer it tries to set the creation date in a NULL object. Signed-off-by: David Calavera <david.calav...@gmail.com> ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---