[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.10 task: error leaks

From: Julian Foad <julianfoad_at_apache.org>
Date: Fri, 15 Dec 2017 19:51:43 +0000

>> subversion/tests/libsvn_repos/authz-test.c:280:5:
>>      print_user_rights(NULL, NULL, 0, &authz->anon_rights, pool);
>> subversion/tests/libsvn_repos/authz-test.c:282:5:
>>      print_user_rights(NULL, NULL, 0, &authz->authn_rights, pool);
>> subversion/tests/libsvn_client/conflicts-test.c:543:7:
>>        sbox_wc_move(b, move_src_path, new_dir_path);
>> subversion/tests/libsvn_repos/dump-load-test.c:84:3:
>>    svn_stream_close(stream);
>> subversion/tests/libsvn_repos/dump-load-test.c:134:3:
>>    svn_stream_close(stream);
>> subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c:1634:3:
>>    svn_hash_write2(props, svn_stream_from_stringbuf(hash_rep, pool),
>> "END",
>> subversion/tests/libsvn_subr/mergeinfo-test.c:1765:6:
>>       svn_rangelist_to_string(&tmp_string, rangelist, pool);
>> subversion/tests/libsvn_subr/priority-queue-test.c:128:3:
>>    verify_empty_queue(queue);
>> subversion/tests/libsvn_subr/priority-queue-test.c:157:3:
>>    verify_empty_queue(queue);
>> subversion/tests/libsvn_subr/priority-queue-test.c:217:3:
>>    verify_empty_queue(queue);
>> tools/client-side/svnconflict/svnconflict.c:366:5:
>>      svn_cmdline_printf(pool, "text-conflict\n");
>> tools/client-side/svnconflict/svnconflict.c:371:7:
>>        svn_cmdline_printf(pool, "prop-conflict: %s\n", propname);
>> tools/client-side/svnconflict/svnconflict.c:383:7:
>>        svn_cmdline_printf(pool, "tree-conflict: %s %s\n",
>> tools/client-side/svnconflict/svnconflict.c:404:7:
>>        svn_cmdline_printf(pool, "%d: %s\n", id, label);
>> tools/dev/svnmover/svnmover.c:2439:5:
>>      svn_stringbuf_from_stream(&text, src, 0, scratch_pool);

r1818318.

And on running the script I found a few more, calling a 'notify_func'
through a pointer...

subversion/libsvn_fs_fs/pack.c:2070
subversion/libsvn_fs_fs/pack.c:2125
subversion/libsvn_fs_fs/pack.c:2135
subversion/libsvn_fs_x/pack.c:2207
subversion/libsvn_fs_x/pack.c:2261

r1818320.

That's the lot.

- Julian
Received on 2017-12-15 20:51:49 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.