[email protected] writes:

> +/* When functions return we check if the symbol needs an updated
> +   breakpoint with the resolved address.  */
> +void arch_symbol_ret(struct Process *proc, struct library_symbol *libsym)
> +{

[...]

> +
> +     bp = malloc(sizeof (*bp));

+       if (bp == NULL) {
+               /* Error message.  */
+               goto err;
+       }

Thanks,
PM

_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel

Reply via email to