From b6ca194c9c56776d73968c3ee9a0c9e20b5b9e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Thu, 3 Sep 2020 17:13:28 +0200 Subject: [PATCH] Add memory corruption notice Ref: https://github.com/nabijaczleweli/rust-embed-resource/issues/20 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8a0c612f..e3ee3f02 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # vswhom.rs [![TravisCI Build Status](https://travis-ci.org/nabijaczleweli/vswhom.rs.svg?branch=master)](https://travis-ci.org/nabijaczleweli/vswhom.rs) [![AppVeyorCI Build Status](https://ci.appveyor.com/api/projects/status/nly064llpu18tw2s/branch/master?svg=true)](https://ci.appveyor.com/project/nabijaczleweli/vswhom-rs) [![Licence](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) FFI to [Jon Blow's VS discovery script](https://pastebin.com/3YvWQa5c). +Please note that the native code +[was discovered to cause memory corruption](https://github.com/nabijaczleweli/rust-embed-resource/issues/20#issuecomment-686496753) in some cases. + ## [Documentation](https://rawcdn.githack.com/nabijaczleweli/vswhom.rs/doc/vswhom/index.html)