Recent Comments On Blog

rss

30 Marzo, 11:18am

notes of reading code

Is this valid?

self->scans = malloc(self->max_scans * sizeof(self->scans[0])

You're using the derreferencing of a unallocated variable for setting it's size... but it works! mmmhhh...

Trackback URI: http://www.ceyusa.com/blog/index.php/trackback/47

Leave a Comment

Write the captcha code you are seeing.

Comment XML feeds: RSS | Atom