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 15:15

PROG CHALLENGE

Write a static analysis tool that detects the array out of bounds error in the following source.


(define (f arr)
(vector-ref arr 5))

(define (main)
(let ((arr (vector 'a 'b 'c)))
(display (f arr))))

(main)

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