Accepting request 595665 from home:mnhauke
- Update to version 0.09.24 * Makefile: bump version * Misc small fixes detected by static analysis (LP: #1762848) * stress-fcntl: use | rather than |= to get new_flags * stress-tmpfs: clear mnts and check if mnts[i] is null * stress-sync-file: fix incorrect placement of break statement * stress-af-alkg: check for more NULL cmsg pointers * stress-pipe: ensure no uninitialized data is written to pipe * stress-fcntl: use | rather than |= to get new_flags * test/test-posix-memalign.c: free allocated buffer * test/test-fanotify.c: free buffer * stress-mmapfailed: check for null return from mremap OBS-URL: https://build.opensuse.org/request/show/595665 OBS-URL: https://build.opensuse.org/package/show/benchmark/stress-ng?expand=0&rev=89
This commit is contained in:
parent
1dd2871d02
commit
ef052d0926
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac72f4c7ff2c5b4578aaf33cab2944b696cda97d20fa5d915eddd2aae965dd8f
|
||||
size 336256
|
3
stress-ng-0.09.24.tar.xz
Normal file
3
stress-ng-0.09.24.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:392e0d39877507d49724fd2ac1f8398ce54af52d78d96744daedc85c42e66f73
|
||||
size 337080
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 12:48:02 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
- Update to version 0.09.24
|
||||
* Makefile: bump version
|
||||
* Misc small fixes detected by static analysis (LP: #1762848)
|
||||
* stress-fcntl: use | rather than |= to get new_flags
|
||||
* stress-tmpfs: clear mnts and check if mnts[i] is null
|
||||
* stress-sync-file: fix incorrect placement of break statement
|
||||
* stress-af-alkg: check for more NULL cmsg pointers
|
||||
* stress-pipe: ensure no uninitialized data is written to pipe
|
||||
* stress-fcntl: use | rather than |= to get new_flags
|
||||
* test/test-posix-memalign.c: free allocated buffer
|
||||
* test/test-fanotify.c: free buffer
|
||||
* stress-mmapfailed: check for null return from mremap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 28 18:06:28 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: stress-ng
|
||||
Version: 0.09.23
|
||||
Version: 0.09.24
|
||||
Release: 0
|
||||
Summary: Tool to load and stress a computer
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user