David Miller wrote:
> We should be OK with the elf note header since n_namesz, n_descsz, and
> n_type are 32-bit types even on Elf64.  But for the contents embedded
> in the note, I am not convinced that there are no potential issues

PT_NOTE segments are not generally mmaped directly, nor are they
generally very large.  There should be no problem for a note-using
program to load/copy the notes into memory with appropriate alignment. 
I guess a lot of the contents of core elf notes are register dumps and
so on, so debuggers must be already dealing with this.

    J
_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to