index
:
libplist
master
time64
Library to handle Apple Property List format files in binary or XML
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-11
jplist: Fix OOB read by using correct bounds check
Nikias Bassen
1
-1
/
+1
2022-02-08
jplist: Prevent read of uninitialized value by checking the bounds beforehand
Nikias Bassen
1
-2
/
+2
2022-02-07
xplist: Prevent undefined behavior by not trying to negate INT64_MIN
Nikias Bassen
1
-1
/
+1
2022-02-07
jplist: Prevent integer overflow when parsing numerical values
Nikias Bassen
1
-6
/
+29
2022-02-03
jplist: Fix OOB read by making sure number of children is even
Nikias Bassen
1
-2
/
+6
2022-02-02
jplist: Fix memory leak on parse error
Nikias Bassen
1
-0
/
+2
2022-02-02
jplist: Improve numerical value parsing without copying data to stack buffer
Nikias Bassen
1
-18
/
+62
2022-01-31
jplist: Fix memory leak that occurs when JSON parsing fails
Nikias Bassen
1
-0
/
+1
2022-01-31
jplist: Fix OOB read in parse_primitive caused by missing 0-termination
Nikias Bassen
1
-2
/
+8
2022-01-31
jplist: Fix OOB read by making sure the JSMN token index is in valid range
Nikias Bassen
1
-31
/
+48
2022-01-28
jplist: Fix a few memory leaks that occur when parsing fails
Nikias Bassen
1
-0
/
+5
2022-01-28
jplist: Fix NULL pointer dereference by handling errors from unescape_string ...
Nikias Bassen
1
-0
/
+6
2022-01-28
jplist: Fix use-after-free in unescape_string
Nikias Bassen
1
-2
/
+2
2022-01-25
jplist: Make sure the jsmn parser tokens are initialized properly
Nikias Bassen
1
-3
/
+6
2022-01-25
jplist: Make sure key values are also unescaped
Nikias Bassen
1
-12
/
+19
2021-12-24
json: Update parser (jsmn) to verify the length of the input data
Nikias Bassen
3
-7
/
+17
2021-12-23
jplist: Make strndup argument const to silence compiler warning
Nikias Bassen
1
-1
/
+1
2021-12-23
jplist: Fix build on Windows
Nikias Bassen
1
-0
/
+12
2021-12-23
Add support for JSON format
Nikias Bassen
5
-0
/
+1074
2021-12-23
xplist: Add special handling for PLIST_UID parsing from XML
Nikias Bassen
1
-5
/
+14
2021-12-22
Add a return value to plist_to_* and plist_from_* functions
Nikias Bassen
3
-38
/
+101
2021-12-19
Add support for PLIST_NULL type
Nikias Bassen
3
-5
/
+40
2021-12-19
Add new plist_mem_free() function
Nikias Bassen
3
-10
/
+8
2021-11-08
xplist: Better size estimation for PLIST_REAL nodes
Nikias Bassen
1
-2
/
+2
2021-09-13
Check availability of constructor attribute and use it on Windows in favor of...
Nikias Bassen
1
-16
/
+23
2021-09-11
windows: Make thread_once static and remove const qualifiers from thread_once...
Nikias Bassen
1
-3
/
+3
2021-07-13
cpp: Array: Make sure the array passed to array_fill ist passed by reference
liujianfengv
1
-1
/
+1
2021-06-22
[clang-tidy] Remove casts to the same type
Rosen Penev
2
-2
/
+2
2021-06-22
[clang-tidy] cpp: Replace free with delete
Rosen Penev
5
-19
/
+9
2021-06-22
[clang-tidy] Fix bad widening casts
Rosen Penev
1
-2
/
+2
2021-06-22
[clang-tidy] cpp: Use correct type for loop variable
Rosen Penev
1
-4
/
+2
2021-06-22
[clang-tidy] cpp: Turn reference operators to const
Rosen Penev
10
-10
/
+10
2021-06-22
[clang-tidy] Avoid global non-const variables
Rosen Penev
2
-4
/
+4
2021-06-22
[clang-tidy] Remove pointless const
Rosen Penev
2
-2
/
+2
2021-01-25
Replace malloc + memset with calloc where appropriate
Rosen Penev
1
-2
/
+1
2020-11-24
time64: Remove code duplication in separate if branches by combining the cond...
Rosen Penev
1
-6
/
+1
2020-11-24
Add parentheses to macros for better readability
Rosen Penev
2
-15
/
+15
2020-11-24
Improve code readability by using explicit != 0 compare when using strncmp
Rosen Penev
1
-4
/
+4
2020-11-24
Improve code readability by not using else after return
Rosen Penev
2
-54
/
+50
2020-11-21
bplist: Fix offset table range check, don't rely on pointer overflow
Nikias Bassen
1
-1
/
+1
2020-06-14
Add API version to library and pkgconfig file for proper linking
Nikias Bassen
3
-12
/
+12
2020-06-09
Unfold automake variables into multiple lines for maintainability
Martin Szulecki
1
-36
/
+47
2020-06-09
Fix pkg-config file liblist++-2.0.pc referencing wrong (old) libplist
Nikias Bassen
1
-1
/
+1
2020-06-08
Remove whitespace errors from all files
Martin Szulecki
4
-10
/
+10
2020-06-08
pkgconfig: Correctly rename libplist*.pc to libplist*-2.0.pc
Nikias Bassen
3
-1
/
+1
2020-06-03
c++: Switch to c++ headers
Rosen Penev
12
-13
/
+13
2020-06-03
c++: Remove redundant initialization
Rosen Penev
2
-2
/
+2
2020-06-03
c++: Add closing namespace comment
Rosen Penev
12
-12
/
+12
2020-06-03
Remove pointless return in void functions
Rosen Penev
3
-14
/
+0
2020-05-26
Make plist_bool_val_is_true() return 0 instead of -1 if node is NULL or not a...
Nikias Bassen
1
-1
/
+1
[next]