bugzilla-daemon at bugzilla.mindrot.org
2007-Aug-15 23:41 UTC
[Bug 1355] New: pointer arithmetic/gcc strict-aliasing warnings
http://bugzilla.mindrot.org/show_bug.cgi?id=1355 Summary: pointer arithmetic/gcc strict-aliasing warnings Product: Portable OpenSSH Version: -current Platform: All URL: http://lists.mindrot.org/pipermail/openssh-unix- dev/2007-April/025274.html OS/Version: All Status: NEW Keywords: patch Severity: minor Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindrot.org ReportedBy: dtucker at zip.com.au Blocks: 1353 Recent versions of gcc emit a the following warnings: readconf.c: In function 'process_config_line': readconf.c:695: warning: dereferencing type-punned pointer will break strict-aliasing rules servconf.c: In function 'process_server_config_line': servconf.c:979: warning: dereferencing type-punned pointer will break strict-aliasing rules servconf.c:990: warning: dereferencing type-punned pointer will break strict-aliasing rules Dmitry V. Levin has posted a diff to fix these (see URL). -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching the reporter.
bugzilla-daemon at bugzilla.mindrot.org
2007-Dec-31 10:42 UTC
[Bug 1355] pointer arithmetic/gcc strict-aliasing warnings
https://bugzilla.mindrot.org/show_bug.cgi?id=1355 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2007-12-31 21:42:18 --- This has been applied and will be in 4.8. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching the reporter.
bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-31 04:21 UTC
[Bug 1355] pointer arithmetic/gcc strict-aliasing warnings
https://bugzilla.mindrot.org/show_bug.cgi?id=1355 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> 2008-03-31 15:21:08 --- Fix shipped in 4.9/4.9p1 release. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching the reporter.