- Mar 10, 2021
-
-
Both of these protocols are supported in latest curl. Signed-off-by:
parazyd <parazyd@dyne.org>
-
- Nov 18, 2018
-
-
Birte Kristina Friesel authored
-
- Oct 03, 2017
-
-
Birte Kristina Friesel authored
-
- Aug 25, 2017
-
-
orbea authored
-
- Apr 02, 2017
-
-
Birte Kristina Friesel authored
-
Tobias Stoeckmann authored
If malloc cannot allocate enough memory, it could return NULL. This is not necessarily true for default Linux settings, but can be provoked there as well by adjusting proc entries. Other systems like the *BSD ones definitely do this. The function _emalloc exists for exactly this purpose, so use it instead of calling malloc directly. Signed-off-by:
Tobias Stoeckmann <tobias@stoeckmann.org>
-
Tobias Stoeckmann authored
If feh_unique_filename encounters a file that already exists, the memory for the temporary filename is not released. As this happens in /tmp at some code places, an attacker could use this to spray the memory of feh, or simply triggering an out of memory condition. Signed-off-by:
Tobias Stoeckmann <tobias@stoeckmann.org>
-
Tobias Stoeckmann authored
If ereadfile encounters an empty file or the file could not be read, an out ouf boundary read (and possible write) occurs. Always check the return value of fread to be > 0 before processing the result buffer. Signed-off-by:
Tobias Stoeckmann <tobias@stoeckmann.org>
-
- Apr 14, 2014
-
-
Birte Kristina Friesel authored
-
- Sep 03, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 30, 2011
-
-
Birte Kristina Friesel authored
-
- Jun 10, 2010
-
-
Birte Kristina Friesel authored
-
- Feb 13, 2010
-
-
Birte Kristina Friesel authored
-
- Feb 05, 2010
-
-
Birte Kristina Friesel authored
-