This is an archive of the discontinued LLVM Phabricator instance.

Implement LWG 3112 - system_error and filesystem_error constructors taking a string may not be able to meet their postconditions
Needs ReviewPublic

Authored by EricWF on Jan 27 2019, 6:56 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This patch addresses LWG 3112 by transforming embedded nulls in what_arg strings from \0 to \\0.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 183789.Jan 27 2019, 6:56 PM
EricWF created this revision.