-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove zenbleed embargo notice (#66)
- Loading branch information
Showing
4 changed files
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,6 @@ Please type `make` to build the testcase. | |
|
||
``` | ||
$ ./zenbleed -h | ||
*** EMBARGOED SECURITY ISSUE -- DO NOT DISTRIBUTE! *** | ||
ZenBleed Testcase -- [email protected] | ||
NOTE: Try -h to see configuration options | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,6 @@ | |
// | ||
// This is a Work-in-Progress testcase for the Zenbleed vulnerability. | ||
// | ||
// ** DO NOT DISTRIBUTE - EMBARGOED SECURITY ISSUE ** | ||
// | ||
// Tavis Ormandy <[email protected]> | ||
// | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,6 @@ | |
// | ||
// This is a Work-in-Progress testcase for the Zenbleed vulnerability. | ||
// | ||
// ** DO NOT DISTRIBUTE - EMBARGOED SECURITY ISSUE ** | ||
// | ||
// Tavis Ormandy <[email protected]> | ||
// | ||
|
||
|
@@ -216,7 +214,6 @@ static pthread_t spawn_thread_core(void *(*start_routine)(void *), void *restric | |
|
||
static void print_banner() | ||
{ | ||
logmsg("*** EMBARGOED SECURITY ISSUE -- DO NOT DISTRIBUTE! ***"); | ||
logmsg("ZenBleed Testcase -- [email protected]"); | ||
logmsg(""); | ||
logmsg("NOTE: Try -h to see configuration options"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ BITS 64 | |
; | ||
; This is a Work-in-Progress testcase for the Zenbleed vulnerability. | ||
; | ||
; ** DO NOT DISTRIBUTE - EMBARGOED SECURITY ISSUE ** | ||
; | ||
; Tavis Ormandy <[email protected]> | ||
; | ||
|
||
|