[GitHub] trafficserver pull request #1510: Crash at HttpSM::state_request_wait_for_tr...

2017-03-15 Thread oknet
Github user oknet closed the pull request at: https://github.com/apache/trafficserver/pull/1510 --- 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

[GitHub] trafficserver pull request #1510: Crash at HttpSM::state_request_wait_for_tr...

2017-02-28 Thread oknet
GitHub user oknet opened a pull request: https://github.com/apache/trafficserver/pull/1510 Crash at HttpSM::state_request_wait_for_transform_read In the function, it is try to get int64_t from 'data': int64_t size = *((int64_t)data); But