Bug 210346

Summary: nfs-utils-1.0.9-mount-options-v3.patch breaks -o remount
Product: [Fedora] Fedora Reporter: Pierre Ossman <pierre-bugzilla>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.0.10-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-23 14:26:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 211565    

Description Pierre Ossman 2006-10-11 16:58:47 UTC
The nfs-utils-1.0.9-mount-options-v3.patch does a couple of silly things with
MS_REMOUNT that are utterly broken.

1.

In add_mtab() it invokes copy_mntent() without allocating storage for the
strings, causing a SIGSEGV.

2.

In main() it avoids calling the syscall, effectively turning the mount command
into a no-op.

Please remove this patch or fix it ASAP.

Comment 1 Steve Dickson 2006-12-11 18:46:26 UTC
Fixed in 1.0.10-1


Comment 2 Pierre Ossman 2007-01-22 19:25:54 UTC
Works nicely. Thanks.