X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=README;h=298ce4ff3c6346ce373afcf2bb421fc77dd588ea;hp=34cff3029bd41bdcdf99e6bec6631c8d5990d0cd;hb=18d52b3b5a11b9625a4780bff85ed9dc49af93fc;hpb=dcaadb5f7c530d348d936bf642ada9ef1ea855d1 diff --git a/README b/README index 34cff30..298ce4f 100644 --- a/README +++ b/README @@ -51,6 +51,11 @@ inconsistent state causing a segmentation fault when using any functions of the library. Just remove the file first and then copy it. `make install` handles the install in this way and is therefore not affected. +As a simple safeguard, `make` builds and installs the `libcoloredstderr.so` +file non-writable to prevent accidental overwrites. Even if the overwrite is +forced with `cp -f`, the file is unlinked and recreated by `cp` because the +file is non-writable, preventing the problem. + USAGE -----