| Commit message (Collapse) | Author | Age |
| |
|
|
| |
Change-Id: I0d8d6831b35037725486f61fc363de87bc8ba92e
|
| |
|
|
| |
Change-Id: I6ad5b6c2e4f8f57db2068fe372ab4ecadf4d03a9
|
| |
|
|
|
|
|
| |
It should not exit() anymore on error except on malloc failure.
Resource leaks on errors (especially I/O) are quite likely though.
Change-Id: I6fcf72fb08fc683468b390d0b8745d31ca982b48
|
| |
|
|
|
|
|
|
|
|
|
| |
On Windows /dev/random does not exist, so trying to open it will fail. Replace
it with rand() which is available on all supported platforms and sufficient.
Fixes mkimxboot not working, as well as Rockbox Utility "crashing" (which is in
fact its error handler calling exit(), thus terminating Rockbox Utility) on
Windows.
Change-Id: Ia164f937f329877e8f80f473f27be8c5df2a0a68
|
| |
|
|
| |
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30918 a1c6a512-1295-4272-9138-f99709370657
|
|
|
tools to correctly handle/free memory, properly return error codes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30907 a1c6a512-1295-4272-9138-f99709370657
|