search for: check_this_length

Displaying 5 results from an estimated 5 matches for "check_this_length".

2016 Apr 05
2
[PATCH] fix CHECK_this_length in sprintf.c
All~ CHECK_this_length macro expands to multiple statements making it unsafe to use in a single line `if` statement (as is happening near line 335). This fixes the macro using the standard `do { } while (0)` macro trick. Matt -------------- next part -------------- A non-text attachment was scrubbed... Name: r-sprintf....
2016 Apr 07
0
[PATCH] fix CHECK_this_length in sprintf.c
>>>>> Matthew Fowles Kulukundis <matt.fowles at gmail.com> >>>>> on Tue, 5 Apr 2016 11:17:30 -0400 writes: > All~ > CHECK_this_length macro expands to multiple statements making it unsafe to > use in a single line `if` statement (as is happening near line 335). This > fixes the macro using the standard `do { } while (0)` macro trick. yes, but you forgot the closing '}' ... so you could not even have compil...
2016 Apr 07
0
[PATCH] fix CHECK_this_length in sprintf.c
...Martin Maechler <maechler at stat.math.ethz.ch> > wrote: >> >>>>> Matthew Fowles Kulukundis <matt.fowles at gmail.com> >> >>>>> on Tue, 5 Apr 2016 11:17:30 -0400 writes: >> >> > All~ >> > CHECK_this_length macro expands to multiple statements making it >> unsafe to >> > use in a single line `if` statement (as is happening near line >> 335). This >> > fixes the macro using the standard `do { } while (0)` macro trick. >> >> yes, but yo...
2016 Apr 07
1
[PATCH] fix CHECK_this_length in sprintf.c
...ers, Matt On Thu, Apr 7, 2016 at 6:46 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > >>>>> Matthew Fowles Kulukundis <matt.fowles at gmail.com> > >>>>> on Tue, 5 Apr 2016 11:17:30 -0400 writes: > > > All~ > > CHECK_this_length macro expands to multiple statements making it > unsafe to > > use in a single line `if` statement (as is happening near line > 335). This > > fixes the macro using the standard `do { } while (0)` macro trick. > > yes, but you forgot the closing '}' ... so y...
2017 Mar 09
0
problems with RdMacros in file DESCRIPTION
...#39; to r-devel-request at r-project.org You can reach the person managing the list at r-devel-owner at r-project.org When replying, please edit your Subject line so it is more specific than "Re: Contents of R-devel digest..." Today's Topics: 1. Re: [PATCH] fix CHECK_this_length in sprintf.c (Matthew Fowles Kulukundis) 2. Re: (no) circular dependency (Adrian Du?a) 3. Re: (no) circular dependency (Mark van der Loo) 4. Re: (no) circular dependency (Dmitri Popavenko) 5. Re: (no) circular dependency (Gabriel Becker) 6. PR# for match.arg(arg) (Suharto Anggo...