.github/workflows
|
CI: add CodeQL workflow tests
|
2024-02-24 01:13:31 +01:00 |
examples
|
uloop: add support for user defined signal handlers
|
2023-11-02 17:56:45 +01:00 |
lua
|
uloop: add support for user defined signal handlers
|
2023-11-02 17:56:45 +01:00 |
sh
|
jshn.sh: Add pretty-printing to json_dump
|
2023-04-15 15:04:19 +02:00 |
tests
|
tests: add blob-buffer overflow test
|
2021-04-29 15:34:21 +02:00 |
.gitignore
|
examples: add shunit2 tests for json_script
|
2016-02-20 13:36:08 +01:00 |
.gitlab-ci.yml
|
add cram based unit tests
|
2019-11-24 13:26:58 +01:00 |
assert.h
|
add assert.h component
|
2019-11-24 13:26:58 +01:00 |
avl-cmp.c
|
avl: add blob comparator function
|
2016-07-29 10:58:55 +02:00 |
avl-cmp.h
|
avl: add blob comparator function
|
2016-07-29 10:58:55 +02:00 |
avl.c
|
avl: guard against theoretical null pointer dereference
|
2019-11-24 13:26:58 +01:00 |
avl.h
|
switch from typeof to the more portable __typeof__
|
2018-04-07 15:21:33 +02:00 |
base64.c
|
base64: fix possible null pointer dereference
|
2019-11-24 13:26:58 +01:00 |
blob.c
|
blob: clear buf->head when freeing a buffer
|
2022-02-10 21:02:20 +01:00 |
blob.h
|
Ensure blob_attr length check does not perform out of bounds reads
|
2019-12-25 10:31:58 +01:00 |
blobmsg.c
|
blobmsg: implicitly reserve space for 0-terminator in string buf alloc
|
2022-05-12 13:26:29 +02:00 |
blobmsg.h
|
blobmsg: add blobmsg_parse_array_attr
|
2023-01-03 10:43:49 +01:00 |
blobmsg_json.c
|
blobmsg: Don't do at run-time what can be done at compile-time
|
2023-04-16 14:53:11 +02:00 |
blobmsg_json.h
|
blobmsg_json: add new functions blobmsg_format_json_value*
|
2016-07-02 10:10:08 +02:00 |
CMakeLists.txt
|
CMakeLists.txt: bump minimum cmake version
|
2023-12-18 13:31:23 +01:00 |
jshn.c
|
jshn: prefer snprintf usage
|
2020-01-20 16:54:10 +01:00 |
json_script.c
|
blobmsg: implicitly reserve space for 0-terminator in string buf alloc
|
2022-05-12 13:26:29 +02:00 |
json_script.h
|
json_script: add support for aborting script processing
|
2015-11-06 22:58:15 +01:00 |
kvlist.c
|
Fix various memory management issues
|
2016-06-26 12:53:51 +02:00 |
kvlist.h
|
kvlist: add static initializer macros
|
2016-10-24 12:34:09 +02:00 |
list.h
|
list.h: add container_of_safe macro
|
2022-04-29 12:57:52 +02:00 |
md5.c
|
md5: add "const" qualifier to the "file" argument
|
2017-03-20 12:44:46 +01:00 |
md5.h
|
md5: add "const" qualifier to the "file" argument
|
2017-03-20 12:44:46 +01:00 |
runqueue.c
|
libubox: runqueue: fix use-after-free bug
|
2020-05-21 15:58:46 +02:00 |
runqueue.h
|
libubox: runqueue: fix use-after-free bug
|
2020-05-21 15:58:46 +02:00 |
safe_list.c
|
runqueue: add a function that allows adding jobs to the front of the runqueue
|
2013-11-18 12:25:21 +01:00 |
safe_list.h
|
runqueue: add a function that allows adding jobs to the front of the runqueue
|
2013-11-18 12:25:21 +01:00 |
udebug-priv.h
|
udebug: wait for response after buffer add/remove
|
2023-11-30 12:29:40 +01:00 |
udebug-proto.h
|
udebug: add udebug library code
|
2023-11-27 18:30:01 +01:00 |
udebug-remote.c
|
udebug: wait for response after buffer add/remove
|
2023-11-30 12:29:40 +01:00 |
udebug.c
|
udebug: fix crash in udebug_entry_vprintf with longer strings
|
2024-01-26 21:00:17 +01:00 |
udebug.h
|
udebug: add inline helper function to test if a buffer is allocated
|
2023-11-29 22:00:19 +01:00 |
ulog.c
|
udebug: add ulog support
|
2023-11-28 12:08:42 +01:00 |
ulog.h
|
udebug: add ulog support
|
2023-11-28 12:08:42 +01:00 |
uloop-epoll.c
|
uloop: fix build using C++ compilers
|
2023-11-28 10:54:54 +01:00 |
uloop-kqueue.c
|
uloop: fix build using C++ compilers
|
2023-11-28 10:54:54 +01:00 |
uloop.c
|
uloop: reset flags after __uloop_fd_delete call
|
2023-11-27 18:30:01 +01:00 |
uloop.h
|
uloop: fix build using C++ compilers
|
2023-11-28 10:54:54 +01:00 |
usock.c
|
usock: fix poll return code check
|
2023-03-08 09:38:55 +01:00 |
usock.h
|
usock: implement usock_inet_timeout() with RFC6555 support
|
2016-01-28 12:07:25 +01:00 |
ustream-fd.c
|
ustream-fd: handle ENOTCONN for read/write on not-yet-connected sockets
|
2016-01-15 21:35:48 +01:00 |
ustream.c
|
Fix various memory management issues
|
2016-06-26 12:53:51 +02:00 |
ustream.h
|
ustream: Add format string checks to ustream_(v)printf()
|
2019-06-16 16:30:01 +02:00 |
utils.c
|
utils: simplify mkdir_p boolean conditions
|
2020-12-13 12:05:45 +00:00 |
utils.h
|
utils.h: add fallthrough macro
|
2021-05-16 17:32:00 +02:00 |
vlist.c
|
vlist: constify key argument to vlist_add
|
2013-10-05 21:40:04 +02:00 |
vlist.h
|
vlist: define vlist_for_each_element_safe
|
2021-11-20 17:44:11 +00:00 |