]> granicus.if.org Git - curl/commit
url: allocate username, password, and options on the heap
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 19 Aug 2013 07:39:05 +0000 (00:39 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2013 09:16:38 +0000 (11:16 +0200)
commit11baffbff67eae225f63fc684d80ce52a79c8ac5
tree8fa150d4573cb660750c237dd3bd8c700a0eb800
parent53333a43a1959ddeef27c26f0983be1b81e558bc
url: allocate username, password, and options on the heap

This makes it possible to increase the size of the buffers when needed
in later patches.  No functional change yet.
lib/url.c