Reminder to update your machines and invalidate your possibly compromised certs.
cross posted from /g/
Name:
Anonymous2014-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.
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.
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:
Anonymous2014-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.