From: "Dmitry (Mothlike) Marochko" <mothlike@gmail.com>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] Пакет bluemote
Date: Thu, 09 Jun 2005 20:20:39 +0400
Message-ID: <42A86C57.2030809@gmail.com> (raw)
In-Reply-To: <200506071036.14631.serpiph@nikiet.ru>
[-- Attachment #1: Type: text/plain, Size: 923 bytes --]
Epiphanov Sergei пишет:
>>Так что посоветовал бы везде MAXLEN заменить на PATH_MAX.
>>
>>
>
>То есть в данном случае
>
>char lockfile[MAXLEN];
>заменить на
>char lockfile[PATH_MAX];
>
>
Спасибо за помощь, в этом у меня разобраться получилось. Теперь
наличествует конструкция вида:
char logfile[PATH_MAX];
[...]
logfile[PATH_MAX - 1] = 0;
strncpy(logfile, getenv("HOME"), PATH_MAX - 1);
strncat(logfile, BLUEMOTEDIR, PATH_MAX - 1);
strncat(logfile, LOGFILE, PATH_MAX - 1);
и так везде, где используются каки-либо конфигурационные или иные файлы.
Иные использования strcat я не осилил, поскольку совершенно не понимаю,
откуда брать третий аргумент :(
Пакет у меня нормально собирается и работает, но все же, что еще
общественность может посоветовать посмотреть внутри на предмет
безопасности? Причем такого, что можно бы было понять неискушенному
человеку :)
--
With best wishes,
Dmitry Marochko aka Mothlike
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
next prev parent reply other threads:[~2005-06-09 16:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-05 19:58 Dmitry (Mothlike) Marochko
2005-06-05 20:37 ` Eugene Ostapets
2005-06-06 16:05 ` Dmitry (Mothlike) Marochko
2005-06-06 19:50 ` Boldin Pavel
2005-06-07 5:59 ` Epiphanov Sergei
2005-06-07 6:36 ` Epiphanov Sergei
2005-06-07 7:13 ` Andrei Bulava
2005-06-07 7:22 ` Epiphanov Sergei
2005-06-07 9:28 ` Andrey Rahmatullin
2005-06-09 16:20 ` Dmitry (Mothlike) Marochko [this message]
2005-06-13 6:32 ` [sisyphus] " Alexey Tourbin
2005-06-07 7:26 ` Alexey Tourbin
2005-06-07 7:36 ` Epiphanov Sergei
2005-06-07 7:43 ` Alexey I. Froloff
2005-06-07 8:16 ` Epiphanov Sergei
2005-06-07 9:38 ` Alexey Tourbin
2005-06-07 10:41 ` Epiphanov Sergei
2005-06-07 11:52 ` [sisyphus] asprintf(3) manpage? (was: Пакет bluemote) Alexey Tourbin
2005-06-07 12:37 ` Epiphanov Sergei
2005-06-07 15:32 ` Andrey Rahmatullin
2005-06-07 18:04 ` [sisyphus] Re: Пакет bluemote Dmitry (Mothlike) Marochko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42A86C57.2030809@gmail.com \
--to=mothlike@gmail.com \
--cc=sisyphus@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git