<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/url.c, branch bagder/test493-https</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>hsts: enable by default</title>
<updated>2021-04-19T06:22:16+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-03-08T07:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d71ff2b9db566b3f4b2eb29441c2df86715d4339'/>
<id>d71ff2b9db566b3f4b2eb29441c2df86715d4339</id>
<content type='text'>
No longer considered experimental.

Closes #6700
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No longer considered experimental.

Closes #6700
</pre>
</div>
</content>
</entry>
<entry>
<title>urldata: merge "struct DynamicStatic" into "struct UrlState"</title>
<updated>2021-03-26T22:19:20+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-03-26T13:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=95cbcec8f986492766c4be3922af1e7644e1e7c5'/>
<id>95cbcec8f986492766c4be3922af1e7644e1e7c5</id>
<content type='text'>
Both were used for the same purposes and there was no logical separation
between them. Combined, this also saves 16 bytes in less holes in my
test build.

Closes #6798
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both were used for the same purposes and there was no logical separation
between them. Combined, this also saves 16 bytes in less holes in my
test build.

Closes #6798
</pre>
</div>
</content>
</entry>
<entry>
<title>config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_T</title>
<updated>2021-03-11T09:11:56+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-03-08T11:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=78f642ffab9a703bb23e4d9ddb1abe582f14eb62'/>
<id>78f642ffab9a703bb23e4d9ddb1abe582f14eb62</id>
<content type='text'>
Make the code consistently use a single name for the size of the
"curl_off_t" type.

Closes #6702
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the code consistently use a single name for the size of the
"curl_off_t" type.

Closes #6702
</pre>
</div>
</content>
</entry>
<entry>
<title>url: fix typo in comment</title>
<updated>2021-02-28T20:13:26+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2021-02-28T20:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=313faa1bcbd2bcc957e660d98360a82c15fe7c07'/>
<id>313faa1bcbd2bcc957e660d98360a82c15fe7c07</id>
<content type='text'>
Correct a small typo which snuck in with a304051620.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct a small typo which snuck in with a304051620.
</pre>
</div>
</content>
</entry>
<entry>
<title>urldata: remove the _ORIG suffix from string names</title>
<updated>2021-02-19T07:07:19+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-02-18T09:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=70472a44deaff387cf8c8c197e04f3add2a96e2e'/>
<id>70472a44deaff387cf8c8c197e04f3add2a96e2e</id>
<content type='text'>
It doesn't provide any useful info but only makes the names longer.

Closes #6624
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't provide any useful info but only makes the names longer.

Closes #6624
</pre>
</div>
</content>
</entry>
<entry>
<title>url: fix memory leak if OOM in the HSTS handling</title>
<updated>2021-02-19T07:05:40+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-02-18T22:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d25c479e8405dd255276a3345c8b1ae11d9419e1'/>
<id>d25c479e8405dd255276a3345c8b1ae11d9419e1</id>
<content type='text'>
Reported-by: Viktor Szakats
Bug: https://github.com/curl/curl/pull/6627#issuecomment-781626205

Closes #6628
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Viktor Szakats
Bug: https://github.com/curl/curl/pull/6627#issuecomment-781626205

Closes #6628
</pre>
</div>
</content>
</entry>
<entry>
<title>url.c: use consistent error message for failed resolve</title>
<updated>2021-02-18T10:10:36+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-02-18T08:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6174fc993aa356fbb52764b273967b53c6e51ea3'/>
<id>6174fc993aa356fbb52764b273967b53c6e51ea3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>parse_proxy: fix a memory leak in the OOM path</title>
<updated>2021-02-17T21:54:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-02-17T10:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=f248a1306596d54af89b90dc928c13182d1b9960'/>
<id>f248a1306596d54af89b90dc928c13182d1b9960</id>
<content type='text'>
Reported-by: Jay Satiro
Reviewed-by: Jay Satiro
Reviewed-by: Emil Engler

Closes #6614
Bug: https://github.com/curl/curl/pull/6591#issuecomment-780396541
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Jay Satiro
Reviewed-by: Jay Satiro
Reviewed-by: Emil Engler

Closes #6614
Bug: https://github.com/curl/curl/pull/6591#issuecomment-780396541
</pre>
</div>
</content>
</entry>
<entry>
<title>url: fix possible use-after-free in default protocol</title>
<updated>2021-02-17T21:15:11+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2021-02-16T22:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=568190f493b140e08bfab97271038f924f4ce412'/>
<id>568190f493b140e08bfab97271038f924f4ce412</id>
<content type='text'>
Prior to this change if the user specified a default protocol and a
separately allocated non-absolute URL was used then it was freed
prematurely, before it was then used to make the replacement URL.

Bug: https://github.com/curl/curl/issues/6604#issuecomment-780138219
Reported-by: arvids-kokins-bidstack@users.noreply.github.com

Closes https://github.com/curl/curl/pull/6613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this change if the user specified a default protocol and a
separately allocated non-absolute URL was used then it was freed
prematurely, before it was then used to make the replacement URL.

Bug: https://github.com/curl/curl/issues/6604#issuecomment-780138219
Reported-by: arvids-kokins-bidstack@users.noreply.github.com

Closes https://github.com/curl/curl/pull/6613
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: remove 'conn-&gt;data' completely</title>
<updated>2021-02-16T09:48:57+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-02-15T09:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=cfff12a0b3d8696e5923064ea4e35e14a4f78da0'/>
<id>cfff12a0b3d8696e5923064ea4e35e14a4f78da0</id>
<content type='text'>
The Curl_easy pointer struct entry in connectdata is now gone. Just
before commit 215db086e0 landed on January 8, 2021 there were 919
references to conn-&gt;data.

Closes #6608
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Curl_easy pointer struct entry in connectdata is now gone. Just
before commit 215db086e0 landed on January 8, 2021 there were 919
references to conn-&gt;data.

Closes #6608
</pre>
</div>
</content>
</entry>
</feed>
