summaryrefslogtreecommitdiff
path: root/security/md5deep/files/patch-src_hash.cpp
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2017-06-11 13:39:17 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2017-06-11 13:39:17 +0000
commit1a23fe75967b3cab910b2baf3409b392dfd9beda (patch)
tree4b0d458907def20be2afffd37968b842a83fca11 /security/md5deep/files/patch-src_hash.cpp
parentUpdate the port from 7.4.4 to 7.4.6 (diff)
Fix build error with clang 4.
Notes
Notes: svn path=/head/; revision=443388
Diffstat (limited to 'security/md5deep/files/patch-src_hash.cpp')
-rw-r--r--security/md5deep/files/patch-src_hash.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/md5deep/files/patch-src_hash.cpp b/security/md5deep/files/patch-src_hash.cpp
new file mode 100644
index 000000000000..285059c3f423
--- /dev/null
+++ b/security/md5deep/files/patch-src_hash.cpp
@@ -0,0 +1,11 @@
+--- src/hash.cpp.orig 2014-01-29 18:40:39 UTC
++++ src/hash.cpp
+@@ -279,7 +279,7 @@ void file_data_hasher_t::hash()
+ MAP_FILE|
+ #endif
+ MAP_SHARED,fd,0);
+- if(fdht->base>0){
++ if(fdht->base != nullptr){
+ /* mmap is successful, so set the bounds.
+ * if it is not successful, we default to reading the fd
+ */