diff options
author | Julien Chaffraix <julien.chaffraix@gmail.com> | 2010-05-25 06:43:41 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-05-26 00:41:45 +0200 |
commit | d3c813e7266f4761e15ad3e73f2c66eff9a742f9 (patch) | |
tree | ef4505f6ee5d7216da3de8180d7c0c907aace519 /CHANGES | |
parent | 9e480973eb6175bcf7ddacb5c0356e3c16373253 (diff) | |
download | curl-d3c813e7266f4761e15ad3e73f2c66eff9a742f9.tar.gz |
RTMP: Fix compiler warnings
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ Changelog +- Julien Chaffraix fixed the warning seen when compiling lib/rtmp.c: one + unused variables, several unused arguments and some missing #include. + - Julien Chaffraix fixed 2 OOM errors: a missing NULL-check in lib/http_negociate.c and a potential NULL dereferencing in lib/splay.c |