From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Linux Sisyphus mailing list <sisyphus@altlinux.ru>
Cc: incoming@altlinux.ru
Subject: [sisyphus] u: xrcode-1.0-alt1, part II
Date: Wed, 28 May 2003 17:15:36 +0300
Message-ID: <20030528141536.GN18884@osdn.org.ua> (raw)
In-Reply-To: <20030527100533.GC23993@basalt.office.altlinux.org>
[-- Attachment #1: Type: text/plain, Size: 1166 bytes --]
On Tue, May 27, 2003 at 02:05:33PM +0400, Dmitry V. Levin wrote:
> > Это по принципу "так, а теперь кто отточил умение до автоматизма
> > -- подскажите, что с _этим_ делать". Потому что в 22:46:00 меня,
> > очевидно, более чем на прогулку по manpages не хватило.
Уже сочинил примерно такое:
- strcpy(temp, (char *) tmpnam(NULL));
- else
- strcpy(temp, argv[3]);
- out = fopen(temp, "w");
+ out = mkstemp(temp);
+ else {
+ strncpy(temp, argv[3], sizeof(temp));
+ out = fopen(temp, "w");
+ }
По результатам собрал, проверил и сейчас залью "более другой"
xrcode-1.0-alt1.
> > Это раз. Два -- IMO это minor/major, но никак не block bug.
> Любое использование tmpnam(3)&Co есть block bug, если только я
> не сказал обратного.
В docs, пожалуйста. Вместе с определением "&Co".
> block - это значит, что доступ в дистрибутив закрыт.
Я перестаю верить в эту шкалу. Почему -- уже высказал.
> > Три -- если применять боцманские методы к достаточно
> > contrib-пакетам, то я сейчас опять вспомню via686 >;-E
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-05-28 14:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-26 19:46 [sisyphus] u: xrcode-1.0-alt1 Michael Shigorin
2003-05-26 19:58 ` Dmitry V. Levin
2003-05-26 20:10 ` Yura Zotov
2003-05-27 9:48 ` [sisyphus] " Michael Shigorin
2003-05-27 10:05 ` Dmitry V. Levin
2003-05-27 10:14 ` Yura Zotov
2003-05-27 10:28 ` Dmitry V. Levin
2003-05-27 10:57 ` Yura Zotov
2003-05-29 7:45 ` Stanislav Ievlev
2003-05-29 8:45 ` Yura Zotov
2003-05-29 12:45 ` Stanislav Ievlev
2003-05-28 14:15 ` Michael Shigorin [this message]
2003-05-29 7:48 ` [sisyphus] u: xrcode-1.0-alt1, part II Stanislav Ievlev
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=20030528141536.GN18884@osdn.org.ua \
--to=mike@osdn.org.ua \
--cc=incoming@altlinux.ru \
--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