Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-03-30 15:30:13 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-03-30 15:30:13 +0400
commite612307024b1578d137ea50b70315b81aeeb248b (patch)
tree0d9947ff87ebe05b5009210b38aeff9618ece29e /winsup/doc/overview2.sgml
parent8a92f14092aa538546d319620c341ac058b833a6 (diff)
* cygwinenv.sgml (cygwinenv-implemented-options): Add detect_bloda.
* new-features.sgml (ov-new1.7.12): Add list items for the change to flock and the detect_bloda CYGWIN option. * overview2.sgml (ov-hi-process-problems): Add a reference to the detect_bloda CYGWIN option.
Diffstat (limited to 'winsup/doc/overview2.sgml')
-rw-r--r--winsup/doc/overview2.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/doc/overview2.sgml b/winsup/doc/overview2.sgml
index 5c1e8652f..def02ba38 100644
--- a/winsup/doc/overview2.sgml
+++ b/winsup/doc/overview2.sgml
@@ -387,8 +387,10 @@ BLODA</ulink>. Badly-behaved applications which
inject dlls into other processes often manage to clobber important
sections of the child's address space, leading to base address
collisions which rebasing cannot fix. The only way to resolve this
-problem is to remove (usually uninstall) the offending
-app.</listitem></itemizedlist></para>
+problem is to remove (usually uninstall) the offending app. See
+<xref linkend="cygwinenv-implemented-options"></xref> for the
+<literal>detect_bloda</literal> option, which may be able to identify the
+BLODA.</listitem></itemizedlist></para>
<para>In summary, current Windows implementations make it
impossible to implement a perfectly reliable fork, and occasional