fuzzing
This commit is contained in:
parent
16ef0929e4
commit
2342534392
@ -19,7 +19,7 @@ Free Documentation License".
|
||||
|
||||
* Generated
|
||||
|
||||
This file last generated Tuesday, 16 October 2018 04:38PM UTC
|
||||
This file last generated Tuesday, 16 October 2018 04:43PM UTC
|
||||
|
||||
* Glossary
|
||||
** (
|
||||
@ -4381,6 +4381,9 @@ adj. Said of something that functions, but in a slightly strange, klugey way. It
|
||||
*** furrfu
|
||||
excl. [Usenet; written, only rarely spoken] Written-only equivalent of Sheesh! ; it is, in fact, sheesh modified by rot13. Evolved in mid-1992 as a response to notably silly postings repeating urban myths on the Usenet newsgroup alt.folklore.urban , after some posters complained that Sheesh! as a response to newbies was being overused. See also FOAF.
|
||||
|
||||
*** fuzzing
|
||||
To throw random variables at the inputs of a program to test for bugs or to find security vulnerabilities. As in "fuzzing the inputs", "fuzz test".
|
||||
|
||||
** G
|
||||
*** gang bang
|
||||
n. The use of large numbers of loosely coupled programmers in an attempt to wedge a great many features into a product in a short time. Though there have been memorable gang bangs (e.g., that over-the-weekend assembler port mentioned in Steven Levy's Hackers ), and large numbers of loosely-coupled programmers operating in bazaar mode can do very useful work when they're not on a deadline, most are perpetrated by large companies trying to meet unrealistic deadlines; the inevitable result is enormous buggy masses of code entirely lacking in orthogonal ity. When market-driven managers make a list of all the features the competition has and assign one programmer to implement each, the probability of maintaining a coherent (or even functional) design goes to epsilon. See also firefighting , Mongolian Hordes technique , Conway's Law.
|
||||
|
BIN
docs/jargon.1.gz
BIN
docs/jargon.1.gz
Binary file not shown.
@ -18,7 +18,7 @@ Free Documentation License".
|
||||
</p>
|
||||
<H2>Generated</H2>
|
||||
<p>
|
||||
This file last generated Tuesday, 16 October 2018 04:38PM UTC
|
||||
This file last generated Tuesday, 16 October 2018 04:43PM UTC
|
||||
|
||||
</p>
|
||||
<H2>Glossary</H2>
|
||||
@ -5150,6 +5150,10 @@ This file last generated Tuesday, 16 October 2018 04:38PM UTC
|
||||
<p>
|
||||
excl. [Usenet; written, only rarely spoken] Written-only equivalent of Sheesh! ; it is, in fact, sheesh modified by rot13. Evolved in mid-1992 as a response to notably silly postings repeating urban myths on the Usenet newsgroup alt.folklore.urban , after some posters complained that Sheesh! as a response to newbies was being overused. See also FOAF.
|
||||
</p>
|
||||
<H4>fuzzing</H4>
|
||||
<p>
|
||||
To throw random variables at the inputs of a program to test for bugs or to find security vulnerabilities. As in "fuzzing the inputs", "fuzz test".
|
||||
</p>
|
||||
<H3>G</H3>
|
||||
<H4>gang bang</H4>
|
||||
<p>
|
||||
|
5
entries/fuzzing.txt
Normal file
5
entries/fuzzing.txt
Normal file
@ -0,0 +1,5 @@
|
||||
fuzzing
|
||||
|
||||
To throw random variables at the inputs of a program to test for bugs
|
||||
or to find security vulnerabilities. As in "fuzzing the inputs",
|
||||
"fuzz test".
|
Loading…
Reference in New Issue
Block a user