mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Stop crashing when a NULL filename is passed to file_status()
Stop crashing when a NULL filename is passed to file_status(), instead, return FN_ERROR. Also return FN_ERROR when a zero-length filename is passed to file_status(). Fixed as part of bug 13111.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
o Minor bugfixes
|
||||
- Stop crashing when a NULL filename is passed to file_status().
|
||||
Fixed as part of bug 13111.
|
||||
|
||||
o Minor enhancements:
|
||||
- Return FN_ERROR when a zero-length filename is passed to file_status().
|
||||
Fixed as part of bug 13111.
|
||||
Reference in New Issue
Block a user