librtas
NOTE: Automatically created during Factory devel project migration by admin.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / librtas
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/librtas && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
baselibs.conf | 0000000009 9 Bytes | |
librtas-1.3.7.tar.gz | 0000185643 181 KB | |
librtas-failedmagic.patch | 0000000228 228 Bytes | |
librtas.changes | 0000004476 4.37 KB | |
librtas.spec | 0000003671 3.58 KB |
Revision 12 (latest revision is 70)
Ismail Dönmez (namtrac)
accepted
request 146701
from
Dinar Valeev (k0da)
(revision 12)
- update to 1.3.7 librtas allocates buffer space (required for RTAS call) in the RTAS private memory area through sc_get_rmo_buffer() which internally allocates memory and protects it by acquiring lock on the allocated memory area. Locking function : At present acquire_file_lock() tries to lock the particular memory area. If the memory area is already locked then it returns error without retrying. So when two process executes rtas call simultaneously one fails with "Unknown librtas I/O" error. This patch introduces "Wait for lock to be available" instead of returning with IO error. - fixed minor memory leak in librtas.so
Comments 0