Date: Sat, 11 Aug 2018 16:12:57 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 200059] [patch] restore(8) re-enable the ability to read some byte swapped dumps Message-ID: <bug-200059-227-Gr8LJJs4hm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200059-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200059 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: netchild Date: Sat Aug 11 16:12:24 UTC 2018 New revision: 337630 URL: https://svnweb.freebsd.org/changeset/base/337630 Log: Re-enable reading byte swapped NFS_MAGIC dumps. Fix bug introduced in r98542: previously to this revision the byte-swapped value was compared at this place. The current check is in a conditional section where the non-byte-swapped value was already checked to be not the value which is checked again. As byte-swapping is activated afterwards, it only makes sense if the byte-swapped value is checked. Submitted by: Keith White <kwhite@site.uottawa.ca> PR: 200059 MFC after: 1 month Sponsored by: Essen Hackathon Changes: head/sbin/restore/tape.c -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200059-227-Gr8LJJs4hm>
