summaryrefslogtreecommitdiff
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:32:38 +0000
commit9d4da905a6d93e63c74fdcc0974dcb9fbd0c3c3c (patch)
treeb08201b3cfab4a6105b2a6437b6c2f4a8040096c
parent6f9c7077041a59ee9f319c5fc7c59a212768b4fd (diff)
downloaddefinitions-9d4da905a6d93e63c74fdcc0974dcb9fbd0c3c3c.tar.gz
nfs: Fix compilation issue with nfs-utils
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: Ia007fc9c33012daf56f65677ab138f706a7a0263
-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