]> git.cameronkatri.com Git - mandoc.git/commit
Fix hardlink detection on platforms having padding in struct inodev,
authorIngo Schwarze <schwarze@openbsd.org>
Fri, 13 Mar 2015 00:19:41 +0000 (00:19 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Fri, 13 Mar 2015 00:19:41 +0000 (00:19 +0000)
commitda19f83a0a1e7d90a16cdddde0cfc118f0f2856e
tree059dc311d89273c46f9242606342e141c298a797
parentfbdab4dd620059bb1b92e6ece99e796d62affbd6
Fix hardlink detection on platforms having padding in struct inodev,
typically 64bit platforms.  This was basically broken since forever.
Not only is the padding used, but it was used uninitialized.
Problem reported by jmc@.
mandocdb.c