Toggle navigation
Patchwork
gcc
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Martin Sebor
| 53 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
Patch
Series
S/W/F
Date
Submitter
Delegate
State
rename -Wformat-length to -Wformat-overflow
-
-
-
2017-01-12
Martin Sebor
New
[committed] add C99 runtime requirement to a couple of tests
-
-
-
2017-01-10
Martin Sebor
New
adding missing LTO to some warning options (PR 78606)
-
-
-
2017-01-10
Martin Sebor
New
better handling of ranges (PR 78703)
-
-
-
2017-01-09
Martin Sebor
New
avoid infinite recursion in maybe_warn_alloc_args_overflow (pr 78775)
-
-
-
2017-01-08
Martin Sebor
New
avoid false positives due to signed to unsigned conversion (PR 78973)
-
-
-
2017-01-05
Martin Sebor
New
correct off-by-one error in handling of precision of negative numbers (PR 78910)
-
-
-
2017-01-04
Martin Sebor
New
move snprintf truncation warnings under own option ()
-
-
-
2017-01-04
Martin Sebor
New
better handling of ranges (PR 78703)
-
-
-
2016-12-23
Martin Sebor
Superseded
fix powerpc64le bootstrap failure caused by r243661 (PR 78817)
-
-
-
2016-12-16
Martin Sebor
New
detect null sprintf pointers (PR 78519)
-
-
-
2016-12-15
Martin Sebor
New
fix powerpc64le bootstrap failure caused by r243661 (PR 78817)
-
-
-
2016-12-14
Martin Sebor
New
work around MPFR undefined behavior (PR 78786)
-
-
-
2016-12-14
Martin Sebor
New
avoid infinite recursion in maybe_warn_alloc_args_overflow (pr 78775)
-
-
-
2016-12-13
Martin Sebor
New
c++/78774 - [6/7 Regression] ICE in constexpr string literals and templates
-
-
-
2016-12-12
Martin Sebor
New
handle integer overflow/wrapping in printf directives (PR 78622)
-
-
-
2016-12-12
Martin Sebor
New
correct %g handling with unknown arguments in -fprintf-return-value (PR 78696)
-
-
-
2016-12-09
Martin Sebor
New
add missing attribute nonnull to stdio functions (PR 78673 and 17308)
-
-
-
2016-12-08
Martin Sebor
New
handle integer overflow/wrapping in printf directives (PR 78622)
-
-
-
2016-12-06
Martin Sebor
Superseded
add missing attribute nonnull to stdio functions (PR 78673 and 17308)
-
-
-
2016-12-05
Martin Sebor
Superseded
detect null sprintf pointers (PR 78519)
-
-
-
2016-12-04
Martin Sebor
Superseded
[Committed] add missing attribute alloc_size to allocation builtins (PR 78668)
-
-
-
2016-12-04
Martin Sebor
New
fix integer overflow bugs in gimple-ssa-sprintf.c (PR 78608)
-
-
-
2016-12-03
Martin Sebor
New
handle integer overflow/wrapping in printf directives (PR 78622)
-
-
-
2016-12-02
Martin Sebor
Superseded
handle integer overflow/wrapping in printf directives (PR 78622)
-
-
-
2016-12-01
Martin Sebor
Superseded
enable -Wformat-length for dynamically allocated buffers (pr 78245)
-
-
-
2016-11-30
Martin Sebor
New
remove %p handling from gimple-ssa-sprintf (pr78512)
-
-
-
2016-11-29
Martin Sebor
New
correct handling of non-constant width and precision (pr 78521)
-
-
-
2016-11-28
Martin Sebor
New
avoid calling alloca(0)
-
-
-
2016-11-27
Martin Sebor
New
avoid calling alloca(0)
-
-
-
2016-11-24
Martin Sebor
New
enable -Wformat-length for dynamically allocated buffers (pr 78245)
-
-
-
2016-11-23
Martin Sebor
Superseded
eliminate calls to snprintf(0, 0, ...) with known return value (pr78476)
-
-
-
2016-11-23
Martin Sebor
New
78461 - [7 Regression] ICE: in operator+=, at gimple-ssa-sprintf.c:214
-
-
-
2016-11-22
Martin Sebor
New
PING [PATCH] have __builtin_object_size handle POINTER_PLUS with non-const offset (pr 77608)
-
-
-
2016-11-21
Martin Sebor
New
warn on overflow in calls to allocation functions (bugs 77531 and 78284)
-
-
-
2016-11-20
Martin Sebor
New
[RFC] avoid printing type suffix with %E (PR c/78165)
-
-
-
2016-11-19
Martin Sebor
New
warn on overflow in calls to allocation functions (bugs 77531 and 78284)
-
-
-
2016-11-18
Martin Sebor
New
avoid calling alloca(0)
-
-
-
2016-11-17
Martin Sebor
New
warn on overflow in calls to allocation functions (bugs 77531 and 78284)
-
-
-
2016-11-16
Martin Sebor
Superseded
PING [PATCH] enable -fprintf-return-value by default
-
-
-
2016-11-16
Martin Sebor
New
warn on overflow in calls to allocation functions (bugs 77531 and 78284)
-
-
-
2016-11-14
Martin Sebor
New
[PING] enhance buffer overflow warnings (and c/53562)
-
-
-
2016-11-09
Martin Sebor
New
enable -fprintf-return-value by default
-
-
-
2016-11-09
Martin Sebor
New
enable -Wformat-length for dynamically allocated buffers (pr 78245)
-
-
-
2016-11-09
Martin Sebor
Superseded
have __builtin_object_size handle POINTER_PLUS with non-const offset (pr 77608)
-
-
-
2016-11-08
Martin Sebor
Superseded
fix a few minor nits in -Walloca documentation
-
-
-
2016-11-05
Martin Sebor
New
enhance buffer overflow warnings (and c/53562)
-
-
-
2016-11-04
Martin Sebor
Superseded
enhance buffer overflow warnings (and c/53562)
-
-
-
2016-11-02
Martin Sebor
Superseded
enhance buffer overflow warnings (and c/53562)
-
-
-
2016-11-01
Martin Sebor
Superseded
enhance buffer overflow warnings (and c/53562)
-
-
-
2016-10-30
Martin Sebor
Superseded
enhance buffer overflow warnings (and c/53562)
-
-
-
2016-10-28
Martin Sebor
New
[RFC] avoid printing type suffix with %E
-
-
-
2016-10-26
Martin Sebor
New
relax rule for flexible array members in 6.x (78039 - fails to compile glibc tests)
-
-
-
2016-10-21
Martin Sebor
New