xonsh/news/nullsub.rst
2017-02-26 13:10:46 -05:00

15 lines
268 B
ReStructuredText

**Added:** None
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:**
* Null bytes handed to Popen are now automatically escaped prior
to running a subprocess. This preevents Popen from issuing
embedded null byte exceptions.
**Security:** None