summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* buffers: Fix a possible null pointer dereferenceAris Adamantiadis2015-04-231-0/+8
| | | | | | | | | | This is an addition to CVE-2015-3146 to fix the null pointer dereference. The patch is not required to fix the CVE but prevents issues in future. Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 309102547208281215e6799336b42d355cdd7c5d)
* CVE-2012-4562: Fix a possible infinite loop in buffer_reinit().Andreas Schneider2012-11-141-4/+9
| | | | | If needed is bigger than the highest power of two or a which fits in an integer we will loop forever.
* CVE-2012-4562: Fix multiple integer overflows in buffer-related functions.Xi Wang2012-11-141-5/+21
|
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
|
* resolve memory consumption bugAris Adamantiadis2010-10-031-1/+17
|
* Fix prepend bugAris Adamantiadis2010-10-031-4/+14
|
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-1/+1
|
* Fix #ifdef'ed erroneous debug code in buffer.cAris Adamantiadis2010-09-091-1/+1
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+578