summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.5.23 releaselibgphoto2-2_5_23-releaseMarcus Meissner2019-06-022-4/+9
* updated frenchStéphane Aulery2019-05-211-1895/+2140
* do not accept too small sizes for images (AFL)Marcus Meissner2019-05-191-0/+6
* avoid a double free (AFL)Marcus Meissner2019-05-121-0/+1
* 0 terminate the names to avoid overread (AFL)Marcus Meissner2019-05-121-0/+2
* check siuze for 640x480, as the code assumes it everywhere (AFL)Marcus Meissner2019-05-121-0/+6
* avoid nevative reads (AFL)Marcus Meissner2019-05-121-0/+2
* avoid overflowing malloc buffer by read (AFL)Marcus Meissner2019-05-121-1/+5
* 0 terminate the filename (AFL)Marcus Meissner2019-05-111-0/+1
* added fuji xt30Marcus Meissner2019-05-102-0/+427
* added kodak dc240 as "still in use", as I got a user reportMarcus Meissner2019-05-072-2/+4
* updated svenskSebastian Rasmussen2019-05-051-1913/+2022
* update copyrightMarcus Meissner2019-05-054-4/+4
* fixed typosHerbert Parentes Fortes Neto2019-05-052-3/+3
* updated NEWSMarcus Meissner2019-05-051-0/+17
* imported from libmtpMarcus Meissner2019-05-051-12/+58
* try passing in $PATH to find clangMarcus Meissner2019-05-051-3/+2
* added missing -Marcus Meissner2019-05-051-1/+1
* synced to upstream pktigger cordMarcus Meissner2019-05-0510-78/+91
* clang makes troubles during usdo make install ... debugMarcus Meissner2019-05-051-0/+1
* remove double () (clang)Marcus Meissner2019-05-051-1/+1
* enable vusb and testMarcus Meissner2019-05-051-2/+2
* we use math functions, should include math.hMarcus Meissner2019-05-051-0/+1
* try installing and running testcaseMarcus Meissner2019-05-051-1/+1
* test the camlibs selection in travisMarcus Meissner2019-05-041-1/+2
* disable camera libraries for very old cameras by default.Marcus Meissner2019-05-043-14/+33
* fix the m4 macroMarcus Meissner2019-05-041-3/+4
* allow obsoleting camlibs, while still building them.Marcus Meissner2019-05-043-63/+85
* research on possible outdated driversMarcus Meissner2019-04-291-0/+79
* various int -> unsigned int (AFL)Marcus Meissner2019-04-283-21/+31
* check the buffer size to avoid overflows (AFL)Marcus Meissner2019-04-281-0/+4
* change some types from int to uint to avoid negative numbers (AFL)Marcus Meissner2019-04-282-13/+13
* memmove the right amount of bytes (AFL)Marcus Meissner2019-04-281-1/+1
* some hardening fixes against bad usb devices (AFL)Marcus Meissner2019-04-283-16/+22
* avoid div by zero (AFL)Marcus Meissner2019-04-281-0/+4
* avoid negative number of images (AFL)Marcus Meissner2019-04-281-3/+3
* more debug output before bayer decodeMarcus Meissner2019-04-281-1/+1
* report error on short reads (AFL)Marcus Meissner2019-04-281-2/+8
* sanity check picture number to avoid overflow (AFL)Marcus Meissner2019-04-282-1/+7
* picture number may fluctuate, sanity check (AFL)Marcus Meissner2019-04-281-0/+5
* avoid division by zero (AFL)Marcus Meissner2019-04-281-3/+8
* handle not devices a bit betterMarcus Meissner2019-04-281-0/+6
* add some height and width sanity checks to avoid crashes on bad usb (AFL)Marcus Meissner2019-04-281-0/+4
* 0 terminate a string buffer (AFL)Marcus Meissner2019-04-281-0/+1
* check that downloaded size meetings image expectations (AFL)Marcus Meissner2019-04-281-0/+6
* handle error return (AFL)Marcus Meissner2019-04-281-0/+2
* check filelist vs index sizeMarcus Meissner2019-04-272-2/+10
* let the sample-afl do autodetection to allow fuzzing all USB camerasMarcus Meissner2019-04-231-6/+36
* generic usb fuzzingMarcus Meissner2019-04-233-4/+38
* aboirt on zero progress readMarcus Meissner2019-04-231-0/+1