This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] - Fix wrong check in aux_syscalls.stp:_struct_sockaddr_u_impl (related to PR16718)


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]