mjentsch
9e5b4ca5ec
Refactor - Intermediate Commit 3
2014-08-06 19:45:46 +02:00
mjentsch
8a2c043db4
Refactor - Intermediate Commit 2
2014-07-29 15:36:59 +02:00
vysheng
db585c6d80
Added mark_read to lua functions
2014-01-28 16:40:35 +04:00
antma
4ccacb146c
add functions tstrndup (auto check return value of strndup calls)
2014-01-13 16:26:48 +04:00
Vysheng
8c3953f84f
tools: added more debug
2014-01-11 20:00:31 +04:00
vysheng
0a9532dc48
Merge branch 'master' of https://github.com/antma/tg
...
Conflicts:
tools.c
2014-01-10 21:16:26 +04:00
antma
afdcd9b7df
fix missed inflateEnd call and enhance handling inflate return value
2014-01-10 20:54:47 +04:00
vysheng
feed5229b5
free->tfree. Memory checks, if compiled with -DDEBUG
2014-01-10 18:37:56 +04:00
vysheng
692c9274ce
realloc->trealloc
2014-01-10 17:08:12 +04:00
antma
bb24fba98f
check return values of strdup and malloc
...
add talloc0 function (malloc and zero fill)
check return values of arithmetic openssl BN_* functions
check return values of BN_bin2bn function
remove useless BN_init calls right after BN_new
fix 2 small memory leaks
2014-01-10 15:32:57 +04:00