All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH lttng-ust] Fix: double free in liblttng-ust-dl
       [not found] <1441747456-20698-1-git-send-email-abusque@efficios.com>
@ 2015-09-08 22:29 ` Mathieu Desnoyers
  2015-09-08 22:29 ` Mathieu Desnoyers
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Desnoyers @ 2015-09-08 22:29 UTC (permalink / raw)
  To: Antoine Busque; +Cc: lttng-dev

Merged into master, thanks!

Mathieu

----- On Sep 8, 2015, at 5:24 PM, Antoine Busque abusque@efficios.com wrote:

> Signed-off-by: Antoine Busque <abusque@efficios.com>
> ---
> liblttng-ust-dl/lttng-ust-dl.c | 2 --
> 1 file changed, 2 deletions(-)
> 
> diff --git a/liblttng-ust-dl/lttng-ust-dl.c b/liblttng-ust-dl/lttng-ust-dl.c
> index d6abeff..954d9df 100644
> --- a/liblttng-ust-dl/lttng-ust-dl.c
> +++ b/liblttng-ust-dl/lttng-ust-dl.c
> @@ -109,13 +109,11 @@ void lttng_ust_dl_dlopen(void *so_base, const char
> *so_name, void *ip)
> 	if (has_build_id) {
> 		tracepoint(lttng_ust_dl, build_id,
> 			ip, so_base, build_id, build_id_len);
> -		free(build_id);
> 	}
> 
> 	if (has_debug_link) {
> 		tracepoint(lttng_ust_dl, debug_link,
> 			ip, so_base, dbg_file, crc);
> -		free(dbg_file);
> 	}
> 
> end:
> --
> 2.5.1

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH lttng-ust] Fix: double free in liblttng-ust-dl
       [not found] <1441747456-20698-1-git-send-email-abusque@efficios.com>
  2015-09-08 22:29 ` [PATCH lttng-ust] Fix: double free in liblttng-ust-dl Mathieu Desnoyers
@ 2015-09-08 22:29 ` Mathieu Desnoyers
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Desnoyers @ 2015-09-08 22:29 UTC (permalink / raw)
  To: Antoine Busque; +Cc: lttng-dev

Merged into master, thanks!

Mathieu

----- On Sep 8, 2015, at 5:24 PM, Antoine Busque abusque@efficios.com wrote:

> Signed-off-by: Antoine Busque <abusque@efficios.com>
> ---
> liblttng-ust-dl/lttng-ust-dl.c | 2 --
> 1 file changed, 2 deletions(-)
> 
> diff --git a/liblttng-ust-dl/lttng-ust-dl.c b/liblttng-ust-dl/lttng-ust-dl.c
> index d6abeff..954d9df 100644
> --- a/liblttng-ust-dl/lttng-ust-dl.c
> +++ b/liblttng-ust-dl/lttng-ust-dl.c
> @@ -109,13 +109,11 @@ void lttng_ust_dl_dlopen(void *so_base, const char
> *so_name, void *ip)
> 	if (has_build_id) {
> 		tracepoint(lttng_ust_dl, build_id,
> 			ip, so_base, build_id, build_id_len);
> -		free(build_id);
> 	}
> 
> 	if (has_debug_link) {
> 		tracepoint(lttng_ust_dl, debug_link,
> 			ip, so_base, dbg_file, crc);
> -		free(dbg_file);
> 	}
> 
> end:
> --
> 2.5.1

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH lttng-ust] Fix: double free in liblttng-ust-dl
@ 2015-09-08 21:24 Antoine Busque
  0 siblings, 0 replies; 3+ messages in thread
From: Antoine Busque @ 2015-09-08 21:24 UTC (permalink / raw)
  To: lttng-dev

Signed-off-by: Antoine Busque <abusque@efficios.com>
---
 liblttng-ust-dl/lttng-ust-dl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/liblttng-ust-dl/lttng-ust-dl.c b/liblttng-ust-dl/lttng-ust-dl.c
index d6abeff..954d9df 100644
--- a/liblttng-ust-dl/lttng-ust-dl.c
+++ b/liblttng-ust-dl/lttng-ust-dl.c
@@ -109,13 +109,11 @@ void lttng_ust_dl_dlopen(void *so_base, const char *so_name, void *ip)
 	if (has_build_id) {
 		tracepoint(lttng_ust_dl, build_id,
 			ip, so_base, build_id, build_id_len);
-		free(build_id);
 	}
 
 	if (has_debug_link) {
 		tracepoint(lttng_ust_dl, debug_link,
 			ip, so_base, dbg_file, crc);
-		free(dbg_file);
 	}
 
 end:
-- 
2.5.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-08 22:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1441747456-20698-1-git-send-email-abusque@efficios.com>
2015-09-08 22:29 ` [PATCH lttng-ust] Fix: double free in liblttng-ust-dl Mathieu Desnoyers
2015-09-08 22:29 ` Mathieu Desnoyers
2015-09-08 21:24 Antoine Busque

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.