Don Lewis
|
243e928310
|
Avoid buffer overflow when copying the input file name and appending .dat.
Check the return value from fread() to be sure that it was successful.
Reported by: Coverity
CID: 1006709, 1009452
MFC after: 1 week
|
2016-05-26 01:33:24 +00:00 |
|
Craig Rodrigues
|
749f65e3e3
|
Use print as a function for Python 3 [PEP 3105]
Import print_function from the __future__ module
to activate this for Python 2. This works as far back as Python 2.6.0a2:
https://docs.python.org/2/library/__future__.html
[PEP 3105] https://www.python.org/dev/peps/pep-3105/
|
2015-11-19 00:01:52 +00:00 |
|
Xin LI
|
65d3abd5e4
|
Remove support of ancient (pre-8.0R, 800041) FreeBSD releases.
MFC after: 2 weeks
|
2015-10-07 01:25:47 +00:00 |
|
Colin Percival
|
6ae1554a5d
|
Final step of eliminating the "games" distribution: Merge src/games
(or what's left of it, at least) into src/usr.bin.
This change will not be MFCed.
Discussed at: EuroBSDCon 2014
Committed from: EuroBSDCon 2015
|
2015-10-02 10:08:11 +00:00 |
|