<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: arestor</title><link>https://news.ycombinator.com/user?id=arestor</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 03:10:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=arestor" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by arestor in "Cloudflare Reverse Proxies Are Dumping Uninitialized Memory"]]></title><description><![CDATA[
<p>It's still UB. The array could potentially be at the end of the address space...</p>
]]></description><pubDate>Fri, 24 Feb 2017 00:54:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=13719721</link><dc:creator>arestor</dc:creator><comments>https://news.ycombinator.com/item?id=13719721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13719721</guid></item><item><title><![CDATA[New comment by arestor in "Cloudflare Reverse Proxies Are Dumping Uninitialized Memory"]]></title><description><![CDATA[
<p>See <a href="https://news.ycombinator.com/item?id=13719437" rel="nofollow">https://news.ycombinator.com/item?id=13719437</a></p>
]]></description><pubDate>Fri, 24 Feb 2017 00:23:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=13719444</link><dc:creator>arestor</dc:creator><comments>https://news.ycombinator.com/item?id=13719444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13719444</guid></item><item><title><![CDATA[New comment by arestor in "Cloudflare Reverse Proxies Are Dumping Uninitialized Memory"]]></title><description><![CDATA[
<p>Some features had a bug which lead to uninitialized memory (AKA previous memory contents) in the output of a malformed HTML page was requested.<p>As one such server handles many sites, everything that the server handled before that request may be compromised. This includes all HTTP-GET/POST data (credentials, direct messages to other users, ...), Headers (API tokens, Login-Cookies) and contents.<p>So, you have to assume that everything you did on a CF "protected" website in the last months (especially between 2017-02-13 and 2017-02-17) is potentially compromised.</p>
]]></description><pubDate>Fri, 24 Feb 2017 00:22:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=13719437</link><dc:creator>arestor</dc:creator><comments>https://news.ycombinator.com/item?id=13719437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13719437</guid></item><item><title><![CDATA[New comment by arestor in "Cloudflare Reverse Proxies Are Dumping Uninitialized Memory"]]></title><description><![CDATA[
<p>It's C. If you have an array, you may only compare to one element behind the last. Everything else is undefined behavior. So a compiler may just "optimize" your >= to ==.</p>
]]></description><pubDate>Fri, 24 Feb 2017 00:16:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=13719382</link><dc:creator>arestor</dc:creator><comments>https://news.ycombinator.com/item?id=13719382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13719382</guid></item></channel></rss>