mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-01 21:41:41 -04:00
(sc_cast_of_x_alloc_return_value): Also check for alloca casts.
This commit is contained in:
+2
-1
@@ -107,7 +107,8 @@ sc_cast_of_argument_to_free:
|
||||
|
||||
sc_cast_of_x_alloc_return_value:
|
||||
@grep -E --exclude=$(srcdir)/lib/regex.c \
|
||||
'\*\) *x(m|c|re)alloc\>' $(srcdir)/{lib,src}/*.[chy] && \
|
||||
'\*\) *(alloca|x(m|c|re)alloc)\>' \
|
||||
$(srcdir)/{lib,src}/*.[chy] && \
|
||||
{ echo '$(ME): don'\''t cast x*alloc return value' 1>&2; \
|
||||
exit 1; } || :
|
||||
|
||||
|
||||
Reference in New Issue
Block a user