Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ssl vulnerability

Name: Anonymous 2014-04-08 12:14

http://heartbleed.com

Reminder to update your machines and invalidate your possibly compromised certs.

cross posted from /g/

Name: Anonymous 2014-04-13 22:36

>>43
There is no inserting a run time check in C. But a warning is issued if an index is used that cannot be bounded.


int a[5];
int i; // i is currently undefined
scanf("%u", &i); // i can now be any value.
a[i] = 3; // i's type does not contain a predicate implying 0 <= i < 5, so this will signal an error.

int a[5];
int i; // i is undefined
scanf("%d", &i); // i is some value
if(0 <= i && i < 5)
{
// within this block, i satisfies the predicate, 0 <= i && i < 5
a[i] = 3; // length of a is 5, so i is safe.
}

printf("%d\n", a[i]); // i is not safe in this scope.


>>3
le pedophile sage

>>4
le pedophile sage

>>7
le pedophile sage

>>9
le pedophile sage

>>10
le pedophile sage

>>19
le pedophile sage

>>21
le pedophile sage

>>35
le pedophile sage

>>37
le pedophile sage

>>45
le pedophile sage

>>47
le pedophile sage

>>48
le pedophile sage

>>50
le pedophile sage

>>51
le pedophile sage

>>52
le pedophile sage

>>53
le pedophile sage

>>54
le pedophile sage

Name: Anonymous 2014-04-14 3:49

As the inventor of the `>le pedophile sage' meme, I must remark that you fools have terrible judgment in this matter. `>le pedophile sage' should never, ever use optimized quotes.

And anyway, I started that just to annoy one /g/ro after the CAPTCHA was implemented. I cannot believe that you retards would deify it or the other faggots who spammed it everywhere without thinking.

`>le pedophile criticism' was a nice mutation though.

Name: Anonymous 2014-04-14 4:00

>>63
And anyway, I started that just to annoy one /g/ro after the CAPTCHA was implemented.
/g/ros come and go, they are like insects. We're the ones who have to deal with your terrible shitposts. Is that what you want to do, to hurt your friends?

Name: Anonymous 2014-04-14 5:01

>>63
This software uses optimized quotes even when there is no space after the >.

test
test
'>test
`>test
>test
> test

Sometimes a weapon is needed to defuse the sage storms. The are particularly intense in prog ][ at times.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List