Skip to content

Commit

Permalink
cmd: zvol_id: don't build with -fno-stack-protector anymore
Browse files Browse the repository at this point in the history
 openzfs#569 was opened in 2012 and closed in 2015;
if the issue was still there we'd presumably've seen it?

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#13316
  • Loading branch information
nabijaczleweli authored and andrewc12 committed Sep 23, 2022
1 parent ec92bf7 commit b6e466f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/zvol_id/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
include $(top_srcdir)/config/Rules.am

# Disable GCC stack protection for zvol_id. This is a kludge and should be
# removed once https://github.com/openzfs/zfs/issues/569 is resolved.
AM_CFLAGS += -fno-stack-protector

udev_PROGRAMS = zvol_id

zvol_id_SOURCES = \
Expand Down

0 comments on commit b6e466f

Please sign in to comment.