On Friday 24 April 2009 10:36:05 Ricardo Ribalda Delgado wrote: > If the memory used to copy the link_make is "dirty" the string wont > be ended with Zero, throwing out multiple memory bugs.
use "NULL" or "NUL", not "Zero". same goes for subject. > + link_name[ui->data_len]='\0'; need spaces around the equal sign. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

