projects
/
pigpio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b332474
ee593a2
)
Merge pull request #342 from hazuki0x0/fix-initPeripherals
author
Guy McSwain
<guy.mcswain@gmail.com>
Sun, 30 Aug 2020 15:39:20 +0000
(10:39 -0500)
committer
GitHub
<noreply@github.com>
Sun, 30 Aug 2020 15:39:20 +0000
(10:39 -0500)
Fix initPeripherals on Ubuntu 20.04 For security reasons, newer distros mount /dev with 'noexec' so mmap with
PROT_EXEC will no longer work (Operation not permitted).
1
2
pigpio.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
pigpio.c
Simple merge