summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-09-22 02:13:43 +0200
committerDan McGee <dan@archlinux.org>2011-09-22 17:31:28 +0200
commit5e7875ae6a42de40e3a7432ea758b27397a11aa7 (patch)
tree3305e8217336e96b9193d7df4ed098c9018c7139 /lib/libalpm/sync.c
parent3a460a8be650437326507b5604243d8fccbcfe26 (diff)
downloadpacman-5e7875ae6a42de40e3a7432ea758b27397a11aa7.tar.gz
pacman-5e7875ae6a42de40e3a7432ea758b27397a11aa7.tar.xz
Fix possible segfault if siglist was empty
If siglist->results wasn't a NULL pointer, we would try to free it anyway, even if siglist->count was zero. Only attempt to free this pointer if we had results and the pointer is valid. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/sync.c')
0 files changed, 0 insertions, 0 deletions