Skip to content

Fix memory leak in watch_queue

Carlos Maiolino requested to merge cmaiolino/centos-stream-9:el9_bz2231268 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2231268 Tested: Syzkaller reproducer within BZ

Fix a memory leak in watch_queue caused by a not freed page array when watch_queue is dismantled.

Giving there is another memory leak also in watch_queue (but unrelated to this BZ), use this MR to fix that too.

Signed-off-by: Carlos Maiolino cmaiolino@redhat.com

Merge request reports