diff options
author | fanquake <fanquake@gmail.com> | 2020-01-03 19:24:58 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-01-06 15:55:35 +0800 |
commit | 9a0ebb7f029a1389b680b26a2c3c0529f5ddb07e (patch) | |
tree | 2c391bb4513ef2b967892ac48bb4c06b58914d17 /src/cuckoocache.h | |
parent | 29d70264fb3afe0d369ea0e32ed184c1f3b08083 (diff) |
scripts: fix check-symbols & check-security argument passing
The first argument in bin_PROGRAMS (bitcoind) was being silently
dropped and never passed into the check-security.py or check-symbols.py scripts.
This has been the case since the scripts were added to the makefile in
https://github.com/bitcoin/bitcoin/commit/f3d3eaf78eb51238d799d8f20a585550d1567719.
Example of the behavior:
```python
# touch a, touch b, touch c
# python3 args.py < a b c
import sys
if __name__ == '__main__':
print(sys.argv)
# ['args.py', 'b', 'c']
# if you add some lines to "a",
# you'll see them here..
for line in sys.stdin:
print(line)
```
Github-Pull: #17857
Rebased-From: 71af793512100ee7d508c3fb815af47925fe80ba
Diffstat (limited to 'src/cuckoocache.h')
0 files changed, 0 insertions, 0 deletions