tor/changes/bug13111-generate-keys-on-empty-file
teor ce7fd6e160 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.
2014-11-08 20:26:53 +11:00

8 lines
259 B
Plaintext

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.