[PATCH 3/3] PR 10081: improve error message for verifying build-id

Roland McGrath roland@redhat.com
Fri Apr 24 20:23:00 GMT 2009


> +		    if (strncmp(m->build_id_bits, (unsigned char*) notes_addr, m->build_id_len)) {

They are not strings.  This should be memcmp.


Thanks,
Roland



More information about the Systemtap mailing list