This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH] - Fix wrong check in aux_syscalls.stp:_struct_sockaddr_u_impl (related to PR16718)
- From: David Smith <dsmith at redhat dot com>
- To: Josh Stone <jistone at redhat dot com>, systemtap at sourceware dot org
- Date: Tue, 18 Mar 2014 14:59:33 -0500
- Subject: Re: [PATCH] - Fix wrong check in aux_syscalls.stp:_struct_sockaddr_u_impl (related to PR16718)
- Authentication-results: sourceware.org; auth=none
- References: <20140318121516 dot GA5628 at bigoook dot brq dot redhat dot com> <53285F49 dot 9090806 at redhat dot com> <53287B1D dot 60002 at redhat dot com>
On 03/18/2014 11:58 AM, Josh Stone wrote:
> On 03/18/2014 07:59 AM, David Smith wrote:
>> size_t len = clamp((size_t)STAP_ARG_len, (size_t)0, (size_t)128);
>
> Consider using clamp_t to force a particular type.
Ah, nice. Commit 4cddafd switches to using clamp_t.
--
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)