summaryrefslogtreecommitdiff
path: root/strata/nfs.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-23 06:15:40 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-04-23 06:15:40 +0000
commit8d1b20de99141c25a0396c153bfe50a678a631bc (patch)
treeb08201b3cfab4a6105b2a6437b6c2f4a8040096c /strata/nfs.morph
parent6f9c7077041a59ee9f319c5fc7c59a212768b4fd (diff)
downloaddefinitions-baserock/richardmaw/nfs-server-bug-fix.tar.gz
nfs: Fix compilation issue with nfs-utilsbaserock/richardmaw/nfs-server-bug-fix
Connecting to the nfs server would fail because one of the services would segfault, because nfs-utils used a pointer before checking whether it was NULL, and gcc would later optimise away the null pointer check. Change-Id: I9fb05cc046a0eb7bf638e085c74720b8798d2f99
Diffstat (limited to 'strata/nfs.morph')
-rw-r--r--strata/nfs.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/nfs.morph b/strata/nfs.morph
index 0d04812b..9b9aa248 100644
--- a/strata/nfs.morph
+++ b/strata/nfs.morph
@@ -23,7 +23,7 @@ chunks:
- name: nfs-utils
morph: strata/nfs/nfs-utils.morph
repo: upstream:nfs-utils
- ref: 08baf3bc2f66a1ca6401191e19380028d2fc2c6d
+ ref: 0da9f20a22bb32b2da6b587b4e85dafde087c0f7
unpetrify-ref: baserock/master
build-depends:
- libevent