-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora 28: misc bounds check compiler warnings #7361
Labels
Type: Building
Indicates an issue related to building binaries
Comments
tonyhutter
added
the
Type: Building
Indicates an issue related to building binaries
label
Mar 28, 2018
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Mar 30, 2018
Fix a bunch of (mostly) sprintf/snprintf truncation compiler warnings that show up on Fedora 28 (GCC 8.0.1). Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#7361
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Mar 30, 2018
Fix a bunch of (mostly) sprintf/snprintf truncation compiler warnings that show up on Fedora 28 (GCC 8.0.1). Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#7361
13 tasks
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Apr 3, 2018
Fix a bunch of (mostly) sprintf/snprintf truncation compiler warnings that show up on Fedora 28 (GCC 8.0.1). Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#7361
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Apr 16, 2018
Fix a bunch of (mostly) sprintf/snprintf truncation compiler warnings that show up on Fedora 28 (GCC 8.0.1). Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#7361 Closes openzfs#7368
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
May 4, 2018
Fix a bunch of (mostly) sprintf/snprintf truncation compiler warnings that show up on Fedora 28 (GCC 8.0.1). Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#7361 Closes openzfs#7368
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem you're observing
Building ZFS under Fedora 28 produces a number of bounds check warnings. Fedora 28 comes with GCC 8.0.1.
Describe how to reproduce the problem
make
Include any warning/errors/backtraces from the system logs
Some samples:
The text was updated successfully, but these errors were encountered: