June 30, 2016 [phobos] [dlang/phobos] ac91df: remove bad @trusted annotations from etc.c.curl | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/dlang/phobos Commit: ac91dfef6bcfac9e6e8f1948f2f492317a725f05 https://github.com/dlang/phobos/commit/ac91dfef6bcfac9e6e8f1948f2f492317a725f05 Author: anonymous <aG0aep6G@users.noreply.github.com> Date: 2016-06-30 (Thu, 30 Jun 2016) Changed paths: M etc/c/curl.d Log Message: ----------- remove bad @trusted annotations from etc.c.curl Functions that take pointer and length separately cannot be memory-safe. The caller can pass a length that's too large, leading to an out-of-bounds read. Commit: 4fc8959cfcbdfb93d7d635c68ca4402a2eaec591 https://github.com/dlang/phobos/commit/4fc8959cfcbdfb93d7d635c68ca4402a2eaec591 Author: David Nadlinger <code@klickverbot.at> Date: 2016-06-30 (Thu, 30 Jun 2016) Changed paths: M etc/c/curl.d Log Message: ----------- Merge pull request #4514 from aG0aep6G/curl-trusted remove bad @trusted annotations from etc.c.curl Compare: https://github.com/dlang/phobos/compare/5b02e869979b...4fc8959cfcbd |
Copyright © 1999-2021 by the D Language Foundation