Commit Graph

39 Commits

Author SHA1 Message Date
pancake
55d9d55787
Linting for 'cmp (' and asan in Cf 2022-08-20 12:35:11 +02:00
pancake
7a35f03471 More source spacing linting 2022-08-18 14:37:29 +02:00
pancake
e4e4ecc605 Add lint for ';;$' and remove strncmp from io plugins 2022-08-18 00:11:36 +02:00
Richard Patel
b78855c38d Refactor a few eprintf 'Cannot …' to R_LOG_ERROR 2022-08-01 16:46:46 +02:00
pancake
ad1add71cb
Fix a new linting to remove the double error message in RLOG calls ##lint 2022-07-07 20:25:26 +02:00
Richard Patel
363df75c06
Replace some instances of eprintf with R_LOG_ 2022-06-28 02:49:42 +02:00
pancake
5b7c970f2b eprintf requires newline
* git grep eprintf | grep -v '\\n'| grep '('
2022-05-05 13:11:52 +02:00
pancake
7699f37c7d Fix warnings spotted by latest XCode (unused variables) 2022-03-17 10:12:02 +01:00
Lazula
d507bda91c Remove R_EMPTY and R_EMPTY2 2022-03-13 11:26:10 +01:00
Lazula
2255bf8b5d Many indentation style fixes
* Change several 8-space indents to tabs
* Apply tab indent style when breaking long lines
* Move operators from EOL to start of next line
* Fix ternary formatting
2021-11-18 10:43:52 +01:00
Antoni Viciano
88d8b622bf Fix #19094 - RBinOptions renamed to RBinFileOptions 2021-10-10 20:52:46 +02:00
pancake
8978c80d21
Fix segfault in the jemalloc code using RBin instead of RCore ##debug 2021-09-16 17:11:26 +02:00
Alexis Ehret
a3f05a9b1a Fix dead increments in places 2021-01-19 05:37:17 +01:00
Anton Kochkov
87b10ed586 Fix formatting warnings 2020-11-02 18:58:37 +08:00
pancake
131bb22a25
Capitalize all messages in /a? and fix 5 warnings (#17766)
Co-authored-by: pancake <pancake@nopcode.org>
2020-10-09 12:55:30 +08:00
pancake
f865daf235
Fix CID 1408682 1429931 1429932 1429933 1429934 (#17159) 2020-06-27 22:45:41 +02:00
Anton Kochkov
20e19d6023 More spelling fixes in the code 2019-06-20 13:36:02 +08:00
MK
6030783c7a Code refactoring for the theme based colorization to reduce derefs - dmh commands set ##cons (#13906) 2019-04-27 10:55:18 +02:00
Riccardo Schirone
08e5b4aaad Refactoring RBin.open/close and RBinOptions ##bin
* r_bin_close should be r_bin_file_close
* moved bin/open.c into bin.c
* set BinFile id in r_bin_load_io
* use r_bin_open_io instead of r_bin_load_io
* also prefer RBinOptions instead of multiple arguments
* rename r_bin_load to r_bin_open and use RBinOptions
2018-11-07 17:22:41 +01:00
David CARLIER
fc40910ebf Freebsd build fix (#10213) 2018-05-28 18:47:49 +02:00
pancake
31ad955bab Use r_io_read_at instead of r_core_read_at which is now deprecated 2018-05-21 23:06:00 +02:00
pancake
832a6caf3a Fix #7711 - Bad pointer arithmetics in jemalloc parser 2017-11-26 23:16:38 +01:00
Giovanni
52826ff3ef 7 more coverity bugs fixed (#8306)
* 1379842/1379836 Resource leak
* 1379834 Resource leak
* 1379742/1379747/1379748/1379749/1379750/1379747/1379760 Resource leak
* 1379752 Resource leak
* 1379751 Double free
* 1379743 Use after free
* 1379624 Uninitialized scalar variable
* 1379332 Out-of-bounds read
2017-08-26 13:08:53 +02:00
pancake
48869fc5c7 Fix #8272 - Implement @@s:from to step 2017-08-25 18:57:55 +02:00
Giovanni
7b40f7aed1 16 more bugs fixed. most are mem leaks. (#8307)
* 1379261/1379262 Resource leak

* 1379258/1379249 Resource leak

* 1379020 Resource leak

* 1351565/1351564 Logically dead code, 1379019 Uninitialized scalar variable, 1379014 Operands do not affect result

* 1379017 Resource leak

* 1379016 Resource leak

* 1379015 Resource leak

* 1377414 Resource leak

* 1376336 Resource leak

* 1375800 Resource leak

* 1373505/1373509/1373504 Resource leak

* 1373496 Resource leak
2017-08-24 17:20:39 +02:00
pancake
62b45bce07 More build fixes for android 2017-08-19 20:05:21 +02:00
alvarofe
cd247e4847 Fix build 2017-08-18 15:39:25 +02:00
pancake
7cce899c63 Fix all the errors and warnings in the jemalloc pr 2017-08-15 13:54:34 +02:00
Anton Kochkov
ab5cbc1f4d Fix build 2017-08-15 19:32:40 +08:00
soez
0ff1779ed4 heap PR jemalloc analysis 2017-08-15 13:19:59 +02:00
pancake
3b4c60908d Fix double-free in jemalloc 2017-08-14 11:43:09 +02:00
Lowly Worm
69ad78b2ce null ar after freeing to prevent double free 2017-08-12 22:07:54 -07:00
pancake
b5c678ff6d Fix last 3 mails of covs and some warnings 2017-08-11 13:16:19 +02:00
pancake
d56f19d654 Fix build 2017-08-08 18:23:47 +02:00
pancake
4df4718b95 A bunch of fixes to make jemalloc work on non-linux 2017-08-08 13:35:23 +02:00
soez
f458c9b250 heap PR jemalloc analysis 2017-08-08 12:36:33 +02:00
pancake
f20edcc5ee Fix last covs 2017-08-07 12:48:02 +02:00
pancake
e913c770f5 Fix build 2017-08-03 13:27:11 +02:00
javierptd
edfd37e7e4 first PR heap jemalloc analysis 2017-08-03 13:08:21 +02:00