public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Add vtable verification feature announcement to news on main page...
@ 2013-08-07 17:19 Caroline Tice
  2013-08-08 16:00 ` Richard Earnshaw
  0 siblings, 1 reply; 6+ messages in thread
From: Caroline Tice @ 2013-08-07 17:19 UTC (permalink / raw)
  To: GCC Patches, gerald

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

As requested, here is the patch to announce the vtable verification
feature on the main gcc.gnu.org web page.  Is this ok to commit?

-- Caroline Tice
cmtice@google.com

[-- Attachment #2: wwwdocs.patch --]
[-- Type: application/octet-stream, Size: 727 bytes --]

Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.887
diff -r1.887 index.html
55a56,64
> <dt><span>The Vtable Verification Feature is now in GCC</span>
>     <span class="date">[2013-08-07]</span></dt>
> <dd>The <a href="http://gcc.gnu.org/wiki/vtv">vtable verification</a>
> branch has been merged into trunk.  This adds a new security feature
> for C++ programs, to detect/prevent vtable pointer corruption or attacks.
> For more details see the documentation on the feature wiki page.  This work
> was contributed by Caroline Tice, Luis Lozano and Geoff Pike of Google,
> and Benjamin Kosnik of Red Hat.</dd>
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Add vtable verification feature announcement to news on main page...
  2013-08-07 17:19 [PATCH] Add vtable verification feature announcement to news on main page Caroline Tice
@ 2013-08-08 16:00 ` Richard Earnshaw
  2013-09-09  2:45   ` Caroline Tice
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Earnshaw @ 2013-08-08 16:00 UTC (permalink / raw)
  To: Caroline Tice; +Cc: GCC Patches, gerald

On 07/08/13 18:19, Caroline Tice wrote:
> As requested, here is the patch to announce the vtable verification
> feature on the main gcc.gnu.org web page.  Is this ok to commit?
> 

Please don't put this in until the issues that the patch have introduced
have been resolved.

R.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Add vtable verification feature announcement to news on main page...
  2013-08-08 16:00 ` Richard Earnshaw
@ 2013-09-09  2:45   ` Caroline Tice
  2015-04-10 23:55     ` Gerald Pfeifer
  0 siblings, 1 reply; 6+ messages in thread
From: Caroline Tice @ 2013-09-09  2:45 UTC (permalink / raw)
  To: Richard Earnshaw; +Cc: GCC Patches, gerald

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

I believe I have addressed all the issues with the Vtable Verification
feature.  I have updated the announcement patch, and have attached the
updated patch.  Is this OK to commit?

-- Caroline Tice
cmtice@google.com


On Thu, Aug 8, 2013 at 9:00 AM, Richard Earnshaw <rearnsha@arm.com> wrote:
> On 07/08/13 18:19, Caroline Tice wrote:
>> As requested, here is the patch to announce the vtable verification
>> feature on the main gcc.gnu.org web page.  Is this ok to commit?
>>
>
> Please don't put this in until the issues that the patch have introduced
> have been resolved.
>
> R.
>

[-- Attachment #2: wwwdocs.v2.patch --]
[-- Type: application/octet-stream, Size: 727 bytes --]

Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.890
diff -r1.890 index.html
55a56,64
> <dt><span>The Vtable Verification Feature is now in GCC</span>
>     <span class="date">[2013-09-08]</span></dt>
> <dd>The <a href="http://gcc.gnu.org/wiki/vtv">vtable verification</a>
> branch has been merged into trunk.  This adds a new security feature
> for C++ programs, to detect/prevent vtable pointer corruption or attacks.
> For more details see the documentation on the feature wiki page.  This work
> was contributed by Caroline Tice, Luis Lozano and Geoff Pike of Google,
> and Benjamin Kosnik of Red Hat.</dd>
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Add vtable verification feature announcement to news on main page...
  2013-09-09  2:45   ` Caroline Tice
@ 2015-04-10 23:55     ` Gerald Pfeifer
  2015-04-10 23:58       ` Caroline Tice
  0 siblings, 1 reply; 6+ messages in thread
From: Gerald Pfeifer @ 2015-04-10 23:55 UTC (permalink / raw)
  To: Caroline Tice; +Cc: Richard Earnshaw, gcc-patches

On Sun, 8 Sep 2013, Caroline Tice wrote:
> I believe I have addressed all the issues with the Vtable Verification
> feature.  I have updated the announcement patch, and have attached the
> updated patch.  Is this OK to commit?

Eeh, I just noticed nobody ever applied the patch below. :-(
Sorry about that.

It's too late for the main page now, but can you push this
into the appropriate place of news.html (or let me know, and
I'll do it)?

Gerald

Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.890
diff -r1.890 index.html
55a56,64
> <dt><span>The Vtable Verification Feature is now in GCC</span>
>     <span class="date">[2013-09-08]</span></dt>
> <dd>The <a href="http://gcc.gnu.org/wiki/vtv">vtable verification</a>
> branch has been merged into trunk.  This adds a new security feature
> for C++ programs, to detect/prevent vtable pointer corruption or attacks.
> For more details see the documentation on the feature wiki page.  This work
> was contributed by Caroline Tice, Luis Lozano and Geoff Pike of Google,
> and Benjamin Kosnik of Red Hat.</dd>
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Add vtable verification feature announcement to news on main page...
  2015-04-10 23:55     ` Gerald Pfeifer
@ 2015-04-10 23:58       ` Caroline Tice
  2015-04-11 12:28         ` Gerald Pfeifer
  0 siblings, 1 reply; 6+ messages in thread
From: Caroline Tice @ 2015-04-10 23:58 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Richard Earnshaw, GCC Patches

I would appreciate it if you would do it.


-- Caroline Tice
cmtice@google.com

On Fri, Apr 10, 2015 at 4:55 PM, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> On Sun, 8 Sep 2013, Caroline Tice wrote:
>> I believe I have addressed all the issues with the Vtable Verification
>> feature.  I have updated the announcement patch, and have attached the
>> updated patch.  Is this OK to commit?
>
> Eeh, I just noticed nobody ever applied the patch below. :-(
> Sorry about that.
>
> It's too late for the main page now, but can you push this
> into the appropriate place of news.html (or let me know, and
> I'll do it)?
>
> Gerald
>
> Index: htdocs/index.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
> retrieving revision 1.890
> diff -r1.890 index.html
> 55a56,64
>> <dt><span>The Vtable Verification Feature is now in GCC</span>
>>     <span class="date">[2013-09-08]</span></dt>
>> <dd>The <a href="http://gcc.gnu.org/wiki/vtv">vtable verification</a>
>> branch has been merged into trunk.  This adds a new security feature
>> for C++ programs, to detect/prevent vtable pointer corruption or attacks.
>> For more details see the documentation on the feature wiki page.  This work
>> was contributed by Caroline Tice, Luis Lozano and Geoff Pike of Google,
>> and Benjamin Kosnik of Red Hat.</dd>
>>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Add vtable verification feature announcement to news on main page...
  2015-04-10 23:58       ` Caroline Tice
@ 2015-04-11 12:28         ` Gerald Pfeifer
  0 siblings, 0 replies; 6+ messages in thread
From: Gerald Pfeifer @ 2015-04-11 12:28 UTC (permalink / raw)
  To: Caroline Tice; +Cc: Richard Earnshaw, gcc-patches

On Fri, 10 Apr 2015, Caroline Tice wrote:
> I would appreciate it if you would do it.

Okay.  Here is the (somewhat shortened) patch I just committed.

Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.145
diff -u -r1.145 news.html
--- news.html	5 Jul 2014 21:14:51 -0000	1.145
+++ news.html	11 Apr 2015 12:26:25 -0000
@@ -52,6 +52,13 @@
     <span class="date">[2013-09-12]</span></dt>
 <dd>A port for the TI MSP430 has been contributed by Red Hat Inc.</dd>
 
+<dt><span>The Vtable Verification Feature is now in GCC</span>
+    <span class="date">[2013-09-08]</span></dt>
+<dd>The <a href="http://gcc.gnu.org/wiki/vtv">vtable verification</a>
+    branch has been merged into trunk.  This work was contributed by
+    Caroline Tice, Luis Lozano and Geoff Pike of Google, and
+    Benjamin Kosnik of Red Hat.</dd>
+
 <dt><span>Twitter and Google+ accounts</span>
     <span class="date">[2013-08-08]</span></dt>
     <dd>GCC and the GNU Toolchain Project now have accounts on

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-11 12:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-07 17:19 [PATCH] Add vtable verification feature announcement to news on main page Caroline Tice
2013-08-08 16:00 ` Richard Earnshaw
2013-09-09  2:45   ` Caroline Tice
2015-04-10 23:55     ` Gerald Pfeifer
2015-04-10 23:58       ` Caroline Tice
2015-04-11 12:28         ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).