]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix libvgl to not always fail to initialize due to its invalid mmap()
authorBruce Evans <bde@FreeBSD.org>
Sun, 24 Mar 2019 16:47:43 +0000 (16:47 +0000)
committerBruce Evans <bde@FreeBSD.org>
Sun, 24 Mar 2019 16:47:43 +0000 (16:47 +0000)
commit425c24e5da3fdd2a716d9f545faafddcac99334b
tree97812cf2857e35c1c07334cb62af11d0a5ebd48e
parent803fff9065e5e634cd3224b44379e3613c6ffddf
Fix libvgl to not always fail to initialize due to its invalid mmap()
args (neither MAP_PRIVATE nor MAP_SHARED).  It was broken in r271635
and/or r271724 by stricter checking.  The compatibility code in r271724
doesn't work for my old binaries (actually new binaries with old
libraries).

PR: needed to test the fix for PR 162373
lib/libvgl/main.c