projects
/
project
/
libubox.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
blobmsg: fix array out of bounds GCC 10 warning
[project/libubox.git]
/
blobmsg.c
2019-12-25
Petr Štetiar
blobmsg: fix array out of bounds GCC 10 warning
blob
|
commitdiff
|
raw
2019-12-25
Petr Štetiar
blobmsg: reuse blobmsg_namelen in blobmsg_data
blob
|
commitdiff
|
raw
|
diff to current
2019-12-25
Tobias Schramm
blobmsg: add _len variants for all attribute checking...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-25
Tobias Schramm
Replace use of blobmsg_check_attr by blobmsg_check_attr_len
blob
|
commitdiff
|
raw
|
diff to current
2019-12-25
Petr Štetiar
blobmsg: fix heap buffer overflow in blobmsg_parse
blob
|
commitdiff
|
raw
|
diff to current
2019-12-25
Petr Štetiar
blobmsg: make blobmsg_len and blobmsg_data_len return...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-07
Petr Štetiar
blobmsg/ulog: fix format string compiler warnings
blob
|
commitdiff
|
raw
|
diff to current
2019-11-20
Petr Štetiar
iron out all extra compiler warnings
blob
|
commitdiff
|
raw
|
diff to current
2018-07-25
John Crispin
fix segfault when passed blobmsg attr is NULL
blob
|
commitdiff
|
raw
|
diff to current
2017-01-04
André Gaul
blobmsg: add support for double
blob
|
commitdiff
|
raw
|
diff to current
2016-06-26
Matthias Schiffer
Fix various memory management issues
blob
|
commitdiff
|
raw
|
diff to current
2014-12-11
Yousong Zhou
blobmsg: remove unneeded assignment in blobmsg_alloc_st...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-26
ewolfok
blob: improve out-of-memory handling
blob
|
commitdiff
|
raw
|
diff to current
2014-07-15
Felix Fietkau
blobmsg: add blobmsg_check_array, which returns the...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-27
Felix Fietkau
blobmsg: make length variables unsigned
blob
|
commitdiff
|
raw
|
diff to current
2014-04-12
Felix Fietkau
blobmsg: remove unnecessary initialization
blob
|
commitdiff
|
raw
|
diff to current
2014-03-12
Felix Fietkau
blobmsg: allow data/length iterator/accessor functions...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-15
Felix Fietkau
blob: add a magic offset to nesting cookies to ensure...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-17
Felix Fietkau
blobmsg: implement blobmsg_printf and blobmsg_vprintf
blob
|
commitdiff
|
raw
|
diff to current
2013-02-10
Felix Fietkau
blobmsg: add blobmsg_realloc_string_buffer()
blob
|
commitdiff
|
raw
|
diff to current
2013-01-13
Felix Fietkau
blobmsg: fix blobmsg_parse_array, drop name field requi...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-13
Felix Fietkau
blobmsg: allow BLOBMSG_TYPE_UNSPEC attributes, treat...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-08
Felix Fietkau
blobmsg: add blobmsg_parse_array()
blob
|
commitdiff
|
raw
|
diff to current
2012-06-24
Felix Fietkau
blobmsg: remove the unnecessary name argument from...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-24
Felix Fietkau
blobmsg: add blobmsg_check_attr_list() to validate...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-26
Felix Fietkau
switch blobmsg over to permissive license
blob
|
commitdiff
|
raw
|
diff to current
2011-10-06
Felix Fietkau
fix more instances of uninitialized padding bytes
blob
|
commitdiff
|
raw
|
diff to current
2011-10-06
Felix Fietkau
blobmsg: fill padding between name and data
blob
|
commitdiff
|
raw
|
diff to current
2011-10-06
Felix Fietkau
make the blobmsg format endian agnostic (stick to big...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-17
Felix Fietkau
fix a bug in blobmsg_parse
blob
|
commitdiff
|
raw
|
diff to current
2011-02-07
Felix Fietkau
allow blobmsg_add_field to add arrays/tables
blob
|
commitdiff
|
raw
|
diff to current
2011-02-06
Felix Fietkau
move json formatting to the blobmsg_json library
blob
|
commitdiff
|
raw
|
diff to current
2011-02-06
Felix Fietkau
add a callback to the blobmsg-to-json function to overr...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-06
Felix Fietkau
blobmsg: fix dynamic string buffer length calculation
blob
|
commitdiff
|
raw
|
diff to current
2011-02-04
Felix Fietkau
add functions for allocating and adding a string buffer...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-31
Felix Fietkau
fix json string formatting
blob
|
commitdiff
|
raw
|
diff to current
2011-01-31
Felix Fietkau
blobmsg: constify and add more validation
blob
|
commitdiff
|
raw
|
diff to current
2011-01-30
Felix Fietkau
add support for json-formatting blobmsg elements
blob
|
commitdiff
|
raw
|
diff to current
2011-01-30
Felix Fietkau
fix json list parsing
blob
|
commitdiff
|
raw
|
diff to current
2011-01-29
Felix Fietkau
blobmsg: make arrays structually the same as tables...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-23
Felix Fietkau
add a blobmsg-to-json function
blob
|
commitdiff
|
raw
|
diff to current
2011-01-23
Felix Fietkau
improve validation - add header length
blob
|
commitdiff
|
raw
|
diff to current
2011-01-23
Felix Fietkau
add blobmsg validation function
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Felix Fietkau
Initial import
blob
|
commitdiff
|
raw
|
diff to current