rizin/librz/socket
Florian Märkl 6b9d56282c
Fix use-after-free of _args[0] in RzRunProfile (#4019)
Happens e.g. on `rz-run input= -- echo hello`, when echo is resolved
through PATH and _program is freed, but the pointer stays in _args[0].
2023-12-03 23:27:35 +08:00
..
meson.build Meson refactor: collect modules in dict and centralize config (#2945) 2022-08-20 19:59:27 +02:00
README.md librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
run.c Fix use-after-free of _args[0] in RzRunProfile (#4019) 2023-12-03 23:27:35 +08:00
rzpipe.c Fix plugin removal and clean code (#3277) 2023-01-16 13:32:46 +01:00
socket.c Improve cmd_help.yaml and fix random number generator (#3452) 2023-04-07 20:22:01 +08:00
socket_http.c Replace rz_buf_new() by rz_buf_new_with_bytes(NULL, 0) 2021-05-30 10:53:13 +02:00
socket_http_server.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
socket_proc.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
socket_rap_client.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
socket_rap_server.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00
socket_serial.c SPDX Copyright text for all files based on history 2021-03-05 19:39:15 +08:00