[PATCH] some valgrind related patches

Noel Power nopower at suse.com
Thu Nov 5 10:23:53 UTC 2015


On 05/11/15 01:22, Jeremy Allison wrote:
> Only problem is in 0002-fix-Invalid-read-of-size-1-in-reply_search.patch,
>
> const char *mask = NULL
>
> needs changing to:
>
> char *mask = NULL
>
> in order to get this to compile (otherwise the
>
> +	TALLOC_FREE(mask);
>
> fails with a const violation.
hmm how unlucky, that must have been changed very recently (my local
master branch is not up-to-date but not *that* out of date either, maybe
a week old :->>)
>
> Can you repost a new set ?
>
sure, see attached


Noel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-remove-many-valgrind-errors-for-base.lock-test.patch
Type: text/x-diff
Size: 921 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20151105/da171605/0005-remove-many-valgrind-errors-for-base.lock-test.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-fix-writev-vector-.-points-to-uninitialised-bytes-in.patch
Type: text/x-diff
Size: 1021 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20151105/da171605/0003-fix-writev-vector-.-points-to-uninitialised-bytes-in.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-fix-uninitialised-read-in-process_host_announce.patch
Type: text/x-diff
Size: 839 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20151105/da171605/0004-fix-uninitialised-read-in-process_host_announce.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-fix-Invalid-read-of-size-1-in-reply_search.patch
Type: text/x-diff
Size: 1605 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20151105/da171605/0002-fix-Invalid-read-of-size-1-in-reply_search.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-fix-writev-vector-.-points-to-uninitialised-bytes-in.patch
Type: text/x-diff
Size: 1034 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20151105/da171605/0001-fix-writev-vector-.-points-to-uninitialised-bytes-in.diff>


More information about the samba-technical mailing list