ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Vladimir Didenko <vladimir.didenko@gmail.com>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] memcpy глючит (или я не умею его готовить)
Date: Thu, 21 Feb 2019 16:22:42 +0300
Message-ID: <CAHRK1yOjfuju+dPYgZ2Vb0WBesnw9nRKr66Dj_7CC_qmu+Qwgw@mail.gmail.com> (raw)
In-Reply-To: <5d1faa4c-f21b-047b-b8e9-27d28109f0b0@altlinux.org>

чт, 21 февр. 2019 г. в 16:17, Paul Wolneykien:
>
>
>   Коллеги, прошу помощи разбором одной проблемы. Предполагаю, что это
> какая-то очевидная ошибка: то ли я действительно не умею готовить
> memcpy(), то ли где-то в программе есть ошибки при работе с памятью,
> которые влияют косвенно (может в данном случае такое быть?).
>
>   Итак, у меня есть вот такой код¹
>
> > 1460 if (_data.size % 2 && _data.data[8] == 0x04) {
> > 1461     // Uncompressed point (the first 8 bytes is the UKM)
> > 1462     memcpy (_data.data + 8, _data.data + 9, _data.size - 9);
> > 1463     _data.size--;
> > 1464 }
>

У вас участки памяти источника и приемника перекрываются, а это
неопределенное поведение. Вам memove() нужен.

-- 
С уважением,
Владимир.

  reply	other threads:[~2019-02-21 13:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-21 13:17 Paul Wolneykien
2019-02-21 13:22 ` Vladimir Didenko [this message]
2019-02-21 13:28   ` Paul Wolneykien
2019-02-21 13:25 ` Alexey V. Vissarionov
2019-02-22 19:27   ` Leonid Krivoshein
2019-02-22 20:51     ` Vladimir Didenko
2019-02-22 22:48       ` Leonid Krivoshein
2019-02-23  1:21         ` Mikhail Efremov
2019-02-23 12:28           ` Leonid Krivoshein
2019-02-23 12:55             ` Alexey V. Vissarionov
2019-02-23 13:08               ` Leonid Krivoshein
2019-02-23 14:46                 ` Alexey Tourbin
2019-02-23 15:02                   ` Leonid Krivoshein
2019-02-24 11:06               ` Mikhail Efremov
2019-02-24 16:22                 ` [devel] gcc pointer arithmetics Dmitry V. Levin

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=CAHRK1yOjfuju+dPYgZ2Vb0WBesnw9nRKr66Dj_7CC_qmu+Qwgw@mail.gmail.com \
    --to=vladimir.didenko@gmail.com \
    --cc=devel@lists.altlinux.org \
    /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 Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git