xonsh/news/nullsub.rst

16 lines
268 B
ReStructuredText
Raw Normal View History

2017-02-26 13:10:46 -05:00
**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