public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] Fix double free in obexd/client.
@ 2025-07-07 14:52 Ismagil Iskakov
  2025-07-07 14:52 ` [PATCH BlueZ 1/1] obexd/client: prevent double freeing Ismagil Iskakov
  2025-07-07 18:10 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 4+ messages in thread
From: Ismagil Iskakov @ 2025-07-07 14:52 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ismagil Iskakov

This patch fixes double free that could have happened
when 'contents' in obc_transfer_get_contents could not
be read. The second free then would've occured in
image_properties_complete_cb at the end.

Ismagil Iskakov (1):
  obexd/client: prevent double freeing

 obexd/client/transfer.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.34.1


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

end of thread, other threads:[~2025-07-07 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 14:52 [PATCH BlueZ 0/1] Fix double free in obexd/client Ismagil Iskakov
2025-07-07 14:52 ` [PATCH BlueZ 1/1] obexd/client: prevent double freeing Ismagil Iskakov
2025-07-07 16:33   ` Fix double free in obexd/client bluez.test.bot
2025-07-07 18:10 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox