12008-03-11 Julien Chaffraix <julien.chaffraix@gmail.com>
2
3 Reviewed by NOBODY (OOPS!).
4
5 [CURL] Crash below ResourceHandleManager::setupPOST when job->request().httpBody() is NULL
6 http://bugs.webkit.org/show_bug.cgi?id=16906
7
8 Add null checks for httpBody() to match other ports.
9
10 No test case added as we already have some.
11
12 * platform/network/curl/ResourceHandleManager.cpp:
13 (WebCore::readCallback): Add null check.
14 (WebCore::ResourceHandleManager::setupPOST): Ditto.
15