| 5045dcc6 | 31-Jul-2020 |
Damjan Jovanovic <damjan@apache.org> |
Fix a classic bug that was breaking all registry modifications during tests, where the return value of a string change method was not getting assigned anywhere, and the original read-only string was
Fix a classic bug that was breaking all registry modifications during tests, where the return value of a string change method was not getting assigned anywhere, and the original read-only string was expected to be the one changed.
Patch by: me
show more ...
|
| 74bd9098 | 29-Jul-2020 |
Damjan Jovanovic <damjan@apache.org> |
We don't need the process environment, and on FreeBSD's ps there is apparently a total output line string length limit of 2048 bytes that causes us to sometimes not find the AOO pid, so leave it out.
We don't need the process environment, and on FreeBSD's ps there is apparently a total output line string length limit of 2048 bytes that causes us to sometimes not find the AOO pid, so leave it out.
Patch by: me
show more ...
|