Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
[PATCH] fix CHECK_this_length in sprintf.c
Matthew Fowles Kulukundis
·
Apr 5, 2016
·
r-devel
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...
[PATCH] fix CHECK_this_length in sprintf.c
Matthew Fowles Kulukundis
·
Apr 7, 2016
·
r-devel
Martin~ Sorry about the bad patch. I work on C++ at Google. We built a check for clang-tidy that identifies errors of this form and discovered the error here as part of our search. I am just trying to...
Can't find what you're looking for? Try searching with Google .